Hi all! Firstly i have created a Power App where users submit their entries, this is the update value for the combo box {Value: If(IsBlank(DataCardValue39.Selected.Value), DataCardValue39.SearchText, DataCardValue39.Selected.Value)}. Users can select a value from dropdown, or write their own answer or leave it blank because this field is not required to be filled out.
This data goes into Sharepoint where we have Product Names, its a choice column where users can add their own text, so its kinda like a combo box as well. No need for unique values.
After this i have created a Flow where after every new item is submitted users receive an email confirmation. Everything works but the Product Name is blank. I used both dynamic expressions
triggerBody()?['Product_x0020__x0020_Name']
triggerBody()?['Product_x0020__x0020_Name/Value']
and its always blank. It worked before the issue started recently. Any ideas where the problem is? is it in the dynamic expressions or the power apps update field?
Many thanks!
S.