Hi all,
I am creating Power App form with SharePoint. I am trying to Set a variable while form loads. I tried to set variable in OnNew, OnEdit and OnView. When I open the form twice, I can load variable with the SharePoint value. However, It is not loading first time. The formula I am using is
Set(varComments,SharePointIntegration.Selected.Comment);
I don't know why it is not loading first time. Please help me out.
Thanks,