What are you trying to achieve?
I’m working on automating my emails. One of the steps is to make the email labeled as a low priority as read. I’m using Gmail module - Mark an Email as Read. On Make it all works fine, but on the email I’m testing it on still stays unread as a result.
Steps taken so far
Gmail - Mark and Email as Read module is requesting Email ID (UID), while all other modules I used request Gmail Message ID. Based on my research this is the issue as if I use anything else here rather than UID, it creates an error - Validation failed for 1 parameter(s).
Invalid number in parameter ‘id’. I have trying to solve this problem for the last 2 days with no success. Any advice would be helpful