In the OnVisible property for my screen, I am running this:
ClearCollect(
DeliveryDetailCollection,
IPL_GoodsIn_DeliverDetail_ID.Run(
SelectedOrderItem.thOurRef,
SelectedDeliveryDetailID
)
);
Data is briefly appearing on my screen and disappearing.
When I use View > Collection, there is no data there (except a field called Value, which should not be).
However, when I look at the flow results, I can see that data was sent in the response. Where did it go?
Have your upgrades introduced a bug?
Solved! Go to Solution.
Mighty odd problem. Solved it after seeing this: https://powerusers.microsoft.com/t5/General-Power-Automate/Return-data-to-Powerapps-issue/td-p/12438...
"Can you try to go to View--> Datasources select the 3 dots of the flow you are refering to, remove it and add again?"
Removed the offending flow using the above method, and added it again.
Mighty odd problem. Solved it after seeing this: https://powerusers.microsoft.com/t5/General-Power-Automate/Return-data-to-Powerapps-issue/td-p/12438...
"Can you try to go to View--> Datasources select the 3 dots of the flow you are refering to, remove it and add again?"
Removed the offending flow using the above method, and added it again.
Thank you for providing a solution to this issue @stapes !
This might occur if you performed any recent changes to the Flow. Whenever a change is performed to a Flow, their connections need to be updated on the Power Apps that are utilizing it, so they are synchronized with the current schema.
Hope this helps to explain the cause of the issue!
Regards,
Ricardo