Thanks for the info. Have you noticed anything in common when the dropdown values (Good / Action Needed / N/A values values) do / don't show?
For example, the values may not show if you try the dropdown quickly, almost as if the values are taking a while to be retrieved.
I'd suggest trying a test where the dropdown values are saved to a collection on the App OnStart action (see example below) then use that collection for the dropdown Items property:
ClearCollect(colOptions, Choices([@'Walk Through Inspection Checklist 2024'].'Material has at least 2 feet of clearance before a ceiling light'));
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Connect with me online.