Hey Y'all! I'M STUCK on the next step for my Bridge solution.
I'm simply trying to add members to a group named "GroupTest" if the [Approval Status] in this sheet (image below) gets marked as "Approved", but only if it's not already in the group. Eventually, I also need to have the status of "REJECT" remove them from the same group.
Here's what I have so far:
- Trigger is whenever column [Approval Status] Changes to any value.
- Get Sheet to find needed values
- API to get list of users in the group
- Here's the run log from the API Call
Can anyone tell me where to go from here?