Announcements
Hello @charliekg ,Kindly put the information in a collection and you can use them again.
ClearCollect(VisitorCol,{Full name: Fullname.text Sponsor:Sponsor.Text , Citizenshipstatus: CitizenshipStatus, company: Company})
Then you can use your collection to reference the fields in your next screen.Please accept as a solution if it works for you
That doesn't exactly help as the data needs to be submitted to the sharepoint list.
You are still submitting to the sharepoint list, but you add this code to it the "submit" code. There is still another way of doing it but this look simple.The idea is that, after the data is saved to Sharepoint, the data is still available in a collection to be used in another screen until you submit another record. Hope you get me now?You can drop your submit code here, let me rewrite it for you.
@charliekg
In the OnSuccess, before your navigation, Set(varRecord, Self.LastSubmit)
Then in your next screen you can refer to VarRecord.Company, varRecord.Sponsor, etc to get the data.
On the next screen, should it be a view form? or a label
Where do I put the VarRecord.?
The VarRecord should be in the Item property of the ViewForm
@Silvester Nothing happens..
Then you need to reference each field in the ViewForm individually;FullName: VarRecord.FullNameCitizenShip:VarRecord.CitizenShip.value, etc... This should work
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
wolenberg_ 119 Super User 2026 Season 1
WarrenBelz 107 Most Valuable Professional
Haque 103