Hi
I have set a launch function that opens a document library for particular item but i have an issue that launch function on action "On select" works only if datacard is in real edit mode when i press edit all on form when it opens.
on datacard value i have this formula(on select)
Launch(ThisItem.URL). this URL is updated with flow when item is created
On datacard i set the folowing:
If(SharePointForm1.Mode=FormMode.New,DisplayMode.View,DisplayMode.Edit)
My goal is when users recieve info in email with a link to sharepoint item they open this item and in the field that i set launch function they open this document library. Now i can not open this document library without pressing edit and so the datacard gets into real edit mode
What i am doing wrong?