I know this topic appears to have been heavily covered in several posts, but I am having trouble trying to understand it.
I have a dropdown on my page that contains dynamic choices “Option A” and “Option B”… which are stored in my App Data.
While I have no problem with the junction of this dropdown, I just want it to show the default option of “Option A” when the user lands on the page.
I have messed around with the Default Value in the dropdown’s properties, but I just can’t seem to find the correct expression that will select “Option A” as a default value when the page loads.
I’ve tried the expression… Search for Types > :first item instead, and it seems to have done the trick (thankfully, Option A was the first item in the list) and seems to be working great.