Integration with DevOps

Sarah Brelage
Sarah Brelage ✭✭✭✭✭
edited 06/14/22 in Add Ons and Integrations

I'm looking for some help setting up my integration from Azure DevOps to Smartsheet. Anyone have experience with that integration?

Best Answer

  • JSilver1
    JSilver1 ✭✭
    Answer ✓

    You can't do what you want to do with Zapier. I had to go to AutomateIO. To update a row in smartsheet, you MUST have the RowId. Zapier makes you declare the RowId as a static data. But if you're building a dynamic automation, you will not know what the RowId a specific Azure DevOps work item is associated with on an update trigger. So you need to search the sheet for a string (like the ADO Id, matching title, etc.), then that will return the rowId or null. You can then use that dynamic return to send to the "update row" action.

    But Zapier doesn't let you search a sheet by a keyword and return the rowId. AutomateIO does, however.

Answers