I need help. I’m creating a Marketplace app using native mobile mode. I have three main tabs, one of which is “User_Profile.” This tab has two views: “User_Profile/My_Business” and “User_Profile/My_Business/Product_And_Services.”
In “User_Profile,” there’s an option called “Businesses.” Clicking it takes you to the “User_Profile/My_Business” view, which contains a list of businesses created by the user. This information is stored in a Data Type called “Shops and Businesses,” which contains the information for each business created by the user.
Clicking on a business in the list takes you to a view called “User_Profile/My_Business/Product_And_Services.” This view has a structure without fixed data. What I want is for it to function as a data receiver. The data would come from each of the businesses listed in the previous view, and I want the owner to be able to modify the information of the selected business.
I’ve tried many ways but haven’t been able to do what I want. Could you help me solve this specific problem? Please and thank you.



