Hi Everyone,
I have two tables 1. Requestors table and 2. Approvers Table with a one to many relationship.
Every time a user raises a request, a new Use case ID is assigned to it and on that basis a new row is added in the Approvers Table with that Use case ID via power automate workflow.
I want a field in the Approver's table to automatically create a link to the lookup value of the Requestors table (use case id). Without this, I am not able to show the updates in the Review Status (pending, approved, rejected) in Requestor's table as and when the Approver inputs the details and approves or rejects it by updating the Review status field in its own table.
I am not able to work out the Power automate steps to make this happen which results in the approver manually tagging the Use Case ID in the Approver's table to make sure the requestor is able to view the updates done by the approver on his request.