Trying to display entered data

0
I’m working on developing a page within an app to enter data regarding the user’s company details and display them. The user will only have one company, and this information is necessary to be used elsewhere. Main popup page to display data:   Page to edit data: When previewing the app, I can open the Company Info page, add information, and see the data once I’ve saved it. However, once I close the main popup page, the data disappears the next time I open it. How can I adjust the data view so that the user can access and adjust their company information? Thank you for the assistance!  
asked
1 answers
0

This issue has been resolved by calling a microflow to retrieve the company’s information from the entity and retrieving the page to display this information.

 

answered