We use a Power App to request production releases. After entering information Security team wants to document, various approvals need to occur (based on the type of prod release). A main part of this solution is being able to track the date & time of each approval. I'm having trouble capturing this value from the "Start and wait for an approval" action outputs.
It seems that "Response Summary" output from the approval action might be the best bet, but I've not been able to parse out the "Response Date" and assign it to variables for each of the approvers.
The Response Summary doesn't come as JSON, it's just a block of string text, so this might be a basic string manipulation, but so far I've had no luck.
Any pointers would be much appreciated!