How do i get my form that is submitted to see in a new screen.
I did make an new screen and i can navigate to it but it is blank.
when i submit it.
I think i have to create a formula to see the records that i have last saved?
Solved! Go to Solution.
newform should be NewForm (note capitals) and Navigate also needs a capital. Also what country are you in - you may need ;; instead of ; between the commands - and then ; instead of ,
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
,
Hi @Harley525 ,
The easiest way I found is this - OnSuccess of the Form
Set(gblID,Self.LastSubmit.ID);
ViewForm(Self) //you may want a different mode
The Item of the Form
LookUp(
List,
ID=gblID
)
and finally on the OnSelect of your gallery (selecting the record normally)
Set(gblID,ThisItem.ID);
Navigate(YourFormScreen)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
newform should be NewForm (note capitals) and Navigate also needs a capital. Also what country are you in - you may need ;; instead of ; between the commands - and then ; instead of ,
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
,
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
193 | |
53 | |
51 | |
37 | |
37 |
User | Count |
---|---|
283 | |
94 | |
84 | |
77 | |
77 |