Skip to main content

GOAL: When a value changes in Monday.com, Trigger a Webhook that Creates a Workspace then Duplicates a Board in the New Workspace.

FACT: I have been successful thanks @Troy Tessalone for your help in successfully in doing both of these actions independently.

CHALLENGE: I am unable to run these steps together or can I? Meaning, In order to “Duplicate the Board” and have it go to the destination Workspace, I need the Workspace ID. 

TRYING: I am trying, but not succeeding in taking the Workspace ID (which gets created and I can see it in the test results) and put into the variable of the Workspace_ID of the Duplicate Board.

QUESTION: Is this possible? Thanks for your help…. See Image attached. 


 

@coreymasson 

Try removing the double quotes “ around the Workspace ID since the API docs indicate the expected value is an integer.