Workflow References are not correctly structured
pending feedback
D
Daffodil yellow Bear
We are having issues with object references in arrays. For example, when we have an object like a true/false box that is referred by a lower object with a conditional and these objects exist in an array, the lower object always appears at the bottom of the array instead of under the expected True/False object.
Log In
M
Manisha Sahasrabudhe
marked this post as
pending feedback
M
Manisha Sahasrabudhe
Hi Daffodil yellow Bear
We've identified a solution that will potentially address this behavior.
Step 1: Define your dependent parameter as a simple placeholder where you want it to appear in the form. Pls see attached image showing os_selectors definition.
Step 2: At the end of your parameters list, add a dependencies block that dynamically updates the parameter based on the parent field: Pls see attached image with conditional logic.
How it works: When the triggering field (os_type) changes, the dependency block re-renders the parameter in its original position (replacing the placeholder) rather than appending it to the bottom of the form.
This maintains your intended field ordering while preserving the conditional logic.
Let us know if this works.