Hi all,
I'm trying to create functionality where the user submits a form for approval in power apps. The form is submitted to the list and also a notification is sent to a group chat of approvers.
I was using "Post adaptive card and wait for response" but am having trouble with 2 things:
1. Does the user submitting need to be in said chat?
2. Struggling to figure out the syntax to get the responder data e.g., body('adaptivecard')?['responder']
Please help