Hi all,
I have a Service lookup table that contains a list of services that can have an status of Active or Inactive.
Every day the user needs to enter a tally for each of the active services. On my main form (based on separate master-child tables), the customer will enter a date and save the record; at this point a subgrid shows up and I'm running a Power Automate process on Create Record to retrieve all the Active Services from the lookup table and pre-populate the subgrid.
The power automate process works as expected, however I'm trying to find a better solution to accomplish the same. Right now, there is no visual indication for the user to know that there is a process running in the background and when it's done. The user has to get out and reopen or refresh the record to see the data on the subgrid and sometimes the data is incomplete because the process is still running but the user doesn’t know that.
I found a few samples on the web using the subgrid FetchXML with JavaScript but, from what I understand this is currently not supported.
Anyone has an idea on how to improve this process? I'm new to Power Platform so any suggestion is more than welcome.
Thank you,
Erick