So i am using monday’s inbuilt trigger which is “Item Created” with a custom action “create same item in another board”.
But when i am using it in any board it does the work but after it creates an item on another board(provided in automation) it again triggers the same automation and keeps on creating item the board creating an endless loop.
i looked into docs but found nothing as such. One thing i came close to was executionSource attribute which is there in drop down of field type of action creation. But using it i still do not see it in payload or response.
How can i make sure the automation only triggers once and not in a loop. Is there a way too identify the source of execution or from where did the item created trigger so that programmatically i can put a check and bypass it.
hey carthy,
i am developer trying to built an app. In my app i have created an integration recipe.
which will be used by a user as an automation. As shown in the screen shot below.
So now when using this template, if a user creates an automation in board-1 which will be like for example "When an item is created add the same item to Board-2/Group-1 (board and group chosen by the user). Now if i am creating an item in board-1 the automation triggers and add/creates the same item in specified board-2/group-1 but once it adds/creates the item in specified board it again triggers the recipe integration creating an endless loop and creating multiple items.