I'm trying to build a workflow that will automatically add users to a Smartsheet Group if their email is our company's domain (to make it easier to share WorkApps and some universal workspaces).
I've got everything working but the darn HTTP call to add to the group
I am using Get Row to pull email addresses from my Users sheet (where I upload the User list from Admin Center).
In the HTTP Call, I'm trying to insert the data reference for the email into the body of the HTTP Call, but it's not working...
Any ideas what I'm doing wrong?