Hello,
I have a dropdown on a page with dynamic selections from database.
I want to set it to a specific value by data sent from another page.
Let’s say I have “Themes” and “Questions” that are related with the themes.
On first page I click a question, run a workflow on this click to open second page and send data to set “Themes” dropdown on the second page to the clicked question’s theme. It almost works, but - if I have a dynamic value for the “Themes” dropdown “Theme 1” and send from page “There 2”, “Theme 1” is overwritten in database with “Theme 2”.
The data sent to dropdown does not change selection, it overwrites it!
Is there a way to change dropdown value with sent data without overwriting it?
Thank you.
Alex