Edit the content of tab container that has 4 tabs

0
I have page(WorkOrder_NewEdit) with tab container that has 4 tabs with datasource as microflow .Each tab has microflow with  different entity.Now i need to edit the data in Overview page.When i click on add button,data is added succesfully. But when i click on edit that WorkOrder_NewEdit page is loaded but the data is not showing in that page to edit.   Can anyone look in to this for a while please. When i click on that edit button,data should be loaded to particular page. But i am getting no data.
asked
1 answers
1

Do you have a parameter in your calling microflow for the data you want to edit? Maybe you don’t provide the object to edit.

answered