Hi everyone,
I have a Power Automate Flow which updates a field on a custom dataverse table.
Could anyone share the JS syntax for automatically refreshing the section or page when that field changes? The reason I think I would need to refresh the section/page (the equivalent of clicking the Refresh button) is that I have an embedded canvas app in a section which needs to be updated when the field value changes.
My thinking is that I could place the field in a different section and run the JS function on the OnChange property against it.
best regards,