I’m creating a workflow with the goal of presenting the user with a button that offers the option to send the record to the store. I’m having difficulty understanding the correct string for the record ID. I’m using the ‘compose record lookup’ function, and for the record* (ID) box, I’ve experimented with both record.values.SurveyID and ‘SurveyID ==’ + record.recordID. I’m receiving an error message indicating an unknown parameter. Any insights into where I’m making a mistake or what essential detail I’m overlooking would be greatly appreciated.
I went through your list and changed the field “SurveyID” to “Record Selector” and referenced it to the execution module. Everything else is correct.
When I run the workflow I still recieve an error message in step 56 for record* (ID)
That indicates you don’t have a record object in the workflow.
Make sure your triggers are correct so they accept a record when the workflow is triggered.
Otherwise you have to fetch it manually based on your “recordID”