Hello wonderful people!
I’m trying to make a sales CRM system on monday.com combined with a scenario with make.com.
The goal
When an item’s subitem changes a status label, it is suppose to trigger.
The scenario flow
I just wanted to keep it simple to see if I can make it work. In the future I guess I can just add a route module and create filters to send specific emails depending on the chosen status label to the subitem.
The schedule setting is “On demand”.
Monday - Watch Item’s Column Value
I enabled mapping as the scenario automation is supposed to detect whatever subitem’s status column changes. I am unsure, but I think executionId should detect the given subitem with a status label change.
The email module works as I can select folders and sync it with SMTP.
The test
When I had a specific subitem selected, and had a module to Get item value to get the item’s email, it worked. However, the second I have executionId, the first module failed.
Error message
‘’’
The operation failed with an error. [200] [{“message”:“Parse error on "{" (LCURLY) at [1, 15]”,“locations”:[{“line”:1,“column”:15}]}]
‘’’
How do I make this work? If I am missing anything, I’ll update the original post to keep things simple.