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)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
208 | |
98 | |
60 | |
51 | |
43 |
User | Count |
---|---|
258 | |
160 | |
85 | |
79 | |
57 |