I have a question regarding canvas app. There is a canvas app embedded in power apps.
I want to move to another tab of model driven app by clicking cancel in canvas app. Is this something achievable ?
Can u please help me with this ?
This is not achievable. Powerapps knows the context but can't navigate to another tab. Another option will be refreshform(false)
Okay Thanks @StalinPonnusamy
I have simple text fields in canvas app and not a form, thats why it can not refresh.
Sorry I meant to refresh to Model drive app. So that loads and defaults to tab1 like
[@ModelDrivenFormIntegration].RefreshForm(false)
Another option is to Navigate to the same record like
[@ModelDrivenFormIntegration].NavigateToMainForm("Contact","Contact",[@ModelDrivenFormIntegration].Item.contactid)
I am sorry that didnt work either.Please let mw know if u have any options Thanks much @StalinPonnusamy
Definitely ,anyways thanks much for the help 🙂
[@ModelDrivenFormIntegration].NavigateToMainForm("ddi_cases","DD Investigation Form",[@ModelDrivenFormIntegration].Item.ddi_id)
Nothing happens with refresh command - [@ModelDrivenFormIntegration].RefreshForm(false)
User | Count |
---|---|
163 | |
86 | |
71 | |
64 | |
62 |
User | Count |
---|---|
210 | |
151 | |
97 | |
84 | |
66 |