In a similar vain, anyone got any tips or suggestions for email trigger to allow users to be identified?
Ie - can a users rowID be added the the email address so that glide can identify which user sent the email? This would allow each user to have their own unique email address which triggers the same workflow but allows that workflow to identify the user.
The sender email is directly available in the trigger payload. You can use that to build a Query to the users table. If you need to modify any data in the users row, you can first use a Single Value->First->Whole Row through the Query, then use a Set Column values via that.
Yes, I know, thanks. But the bug report I am doing is for the user-specific columns available in add row and set columns value action for webhook workflow. It must not be available to edit user-specific columns, since the workflow can’t impersonate a user at the moment. Anyway, as you can see, the column isn’t updating.
Perhaps I’m not following, so I suggest we discuss in Closed Beta Slack channel. This would be a potential solution where you use the webhook data to access table data