Hi,
I'm facing an issue using PowerApps as Customized form in SharePoint online. On the SharePointIntegration -> OnView I'm setting a variable containing the value of the listfield PP with SharePointIntegration.Selected.PP.Id:
Set(varLoadPP,SharePointIntegration.Selected.PP.Value);
On my PowerApp im displaying 2 text input fields:
TextInput1: Default=SharePointIntegration.Selected.PP.Value
TextInput2: Default=varLoadPP
Expected behavior:
Both the TextInput fields should have allways the same value on showing up.
Actual behavior:
Some times TextInput2 does not load correctly. Closing the PowerApp and reopen the PowerApp will reload the data correctly.
What can i do to avoid this issue?
Thank you
Benjamin

Report
All responses (
Answers (