Email ID (UID) from mailhook

Hey all, I have this scenario that now works with your help, (at least the parts that I was having trouble with) But now I have a new problem :partying_face::roll_eyes:

I cannot get gmail to move to the folder. It’s saying “Invalid number in parameter 'id”. I asked my little AI helper and it said that I mapped it correctly. But it’s not working. Errors every time.

  1. Make sure the email exists for the connection that you have setup.

  2. Try stripping the angled brackets <> from the message id using the replace function.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Like this? :sweat_smile:

No, the variable goes into the first parameter of the function.

You do not use double quotes around strings in functions.

If you need to use an empty string (replace with nothing), select the special emptystring variable from the variables panel.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.