Currently i am doing those 2 actions inside my Flow:-
1) Get the Info of a group mainly the PrincipleID using the group name
2) Pass the PrincipleID of the group in another POST request to Assign a permission for the group to a list item
now i want to join the 2 requests into one request inside a Batch:-
Here is the Body of the Batch request i am planning to use:-
But the question is how i can get the ID from the output of the Get request and pass it to the Post request inside the Batch request Body??
Thanks