I created a quicklink that should return a form which shows the list of users to select but it is giving a blank page with Form tilte and some whiteline ,its the same case for almost all the quicklinks where forms are used .the same screenshot is also attached. form is not rendered.
I am unsure why this is the case. Can any one help why this is happening.
Step named in your transition is Show PR Users Form vs Form. Would change that to be explicit, although it’s still working given you don’t have explicit transitions turned on. Still best practice
You’re referencing the workItemFormBasePath as formData, but not initializing formData anywhere. Initialize this before the approval step otherwise fields can behave oddly
@kanusha9 Please refer to this test workflow. This is working fine without workItemFormBasePath & workItemForm arguments. Please removing it. and also update the Step name in transition to match with exact step name.
Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(,, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.
@kanusha9 You might want to check the logs in case something went wrong with any common artefacts/libraries or xhtml file. Do you remember what are the recent changes you have made in your environment?
I tried the same workflow in my local environment, and the form is displaying correctly. You can see it in the screenshot below. It seems like this might be a minor UI issue on your side.