I have a model driven app for which I have an approvals process.
I am trying to make use of an activities table to handle the approvals.
When a form is filled in I have a flow that runs that populates the activity table with the users who need to approve.
My issue is that these rows in the activity table are not showing up in the sub gird on the form.
It looks like I need to populate one of the regarding fields to get the record to show automatically, but I keep running into errors.
Can one use flow to automatically pull back the activities relating to the form record? If so what do I need to put into the regarding field?
I have tried using the guid for the form record, the url to the form record but I keep getting errors.
Any help would be much appreciated.
When I add the form record guid I get the following error message: URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
When I try and add a URL I get this error: Error identified in Payload provided by the user for Entity
.