
Announcements
Hello,
There is lots of training material about this subject yet when I try to combine the solutions ... I am getting into trouble.
I have a crazy canvas app built one one screen:
- "Tabs" are set with varCurrentTab="5 different ones" as per Matthew's post Power Apps Tabbed Form With An Awesome-Looking Design (matthewdevaney.com)
- Searching goes from "SearchBy" to "Document Name", then select an item in the gallery below ("03 Test" in this case)
- The details are showing in the Form below, including a link to the Library file (not pretty but functional)
- "Save and Submit" button triggers a PowerApp flow that updates the "Status" in the Library and sends an email to a user picked from the SP Permissions Groups.
- All works good, except I cannot figure out how to place a link in the email that would direct the recipient to this screen.
Note: On the left side there are (for reference only) another gallery and Form with a different Library as data source (the purpose is to compare files if they exist in both Libraries).
Button - OnSelect=SubmitForm(FormPendingReviewRight);'DocCtrl-EmailEditor-2-QA'.Run(GalleryPendingReviewRight.Selected.ID);
Flow -
Is there a hope to set a link to this particular view and file or I'm stuck with a link to the app?