Select a Parent Item's Dropdown value when editing a record on a form

I am trying to create edit functionality using the “create” form for a data object (Group). I have a dashboard page with a table. I have the name clickable that opens the form and sets the parent value to the current row. My text fields populate correctly, How do I set a dropdown to show the value of the record? IE - the group is connected to a school (which is a drop-down populated by a data type and works as expected).

to get this right, you want to automatically insert an value related to the parent group depending on what’s selected? If so, you would use a conditional expression that sets the initial/default value or-/and source when the condition comes true

This topic was automatically closed after 70 days. New replies are no longer allowed.