Question

Trying to capture output from prior Action to Section Action Step

  • 27 February 2021
  • 1 reply
  • 145 views

Userlevel 1

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. 


 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

@coreymasson 

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