Set variable with a row id returned from List rows in a cloud flow
I created a cloud flow that looks like the following:
It’s designed to run instant on one or several Contact rows and create a Project row for each selected contact. The new Project row should have a column value for Project Type, which is a row from a third table.
- I set the value of the string variable projectType with the result of the List rows step.
- List rows has a filter (tamc_name eq 'RMD Support') and row count =1. It addresses the Project Types table.
- I’m getting an error “Action 'Add_a_new_row' failed” with details “Bad Request - Error in query syntax.”
- This error is about the Project Type value in the Add a new row in the Projects table step.
Here’s how I reference the value of projectType in the Add a new row step:
Would appreciate any thoughts about what I’m doing wrong.
Am I supposed to extract a single value out of what List rows returns? (If so, how?)
Should projectType be a different datatype?
Is surrounding the variable value with <plural of table name>(<variable ref>) the correct syntax?
Should I use a better method for getting the row id for a specific Project Type?
Thanks.


Report
All responses (
Answers (