I have a visitor check in app that mostly works, but I can't figure out how to get a new customer form submission to go straight to the display form. I have a gallery that shows name and pertinent info from a onedrive spreadsheet. currently I can get the new edit form to save all customer info properly to the spreadsheet, but I can figure out how to get it to automatically select the most recent submitted form to display on the display form page.
Solved! Go to Solution.
Create a variable OnSuccess of your EditForm;
Set(lastItem, EditForm1.LastSubmit)
Then on your display form item property put: lastItem
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Create a variable OnSuccess of your EditForm;
Set(lastItem, EditForm1.LastSubmit)
Then on your display form item property put: lastItem
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Is there a way to get this to work in conjunction with using BrowseGallery1.Selected in the display form?
Insert a Button on your screen.
Then OnSelect property, set a Variable;
UpdateContext ({ChangeDisplay:!ChangeDisplay})
Then in the Item property of the form:
If(ChangeDisplay, lastItem,BrowseGallery1.Selected)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
39 | |
33 |
User | Count |
---|---|
262 | |
81 | |
71 | |
69 | |
66 |