Hi there all,
I have a gallery connected to a data source of pre-existing Forms data. I am attempting to create a "New Form" functionality built within Power Apps, which recreates all the questions.
Every unique item is stored in the variable "varItem". If the user were to click "New Form" and type in an email in the text input, the value of the text input is varItem.Email, which connects it to the "Email" column of the original data source.
Problems:
However, when I try to connect the user's input of a dropdown, which is connected to a different cascading data source, and type "varItem.Platform" in DefaultSelectedItems, it comes up with "Expected Table Value" error. Moreover, the dropdowns come up with the correct number of options, but show blank.
Attachments:
I attach screenshots of the cascading data source, in case there is an issue with it. To note, the platforms dropdown, which is connected with Distinct('Demand App Reference List', Platform) is the only one which shows correctly. The Lab dropdown correctly switches the options, but they are all blank, as below.