Hi All,
Running into an issue when I have a gallery with source
Filter('[dbo].[clientdata]', ClientIDInputbox.Text in ClientID)That part works fine, I enter the client ID in the ClientIDInputbox and the gallery is filtered based on that clientID.
The issue I'm having is I have a flow that retrieves some info from this gallery such as client responsible, client name and client office which are text labels, but the flow fails with the error invalid value for parameter.
The issue is it thinks the fields are blank because if I use a text label to display data from that gallery such as
Text = ClientName
or
Text = ClientName.text
The text label is just blank, thus I cannot pull the data from the gallery into my flow. This worked flawlessly last month and I have not changed anything in the app or my data sources/connections.
Any suggestions?