Skip to main content
Question

Trying to capture output from prior Action to Section Action Step

  • February 27, 2021
  • 1 reply
  • 164 views

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. 


 

Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30752 replies
  • February 27, 2021

@coreymasson 

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