I am receiving an error when testing a twitter automation.
Trigger: record is created
Action 1: find a record with conditions (character count=good, status =approved)
Action 2: post tweet of only that record
Error on action 2 test that twitter is missing the status parameter.
I got a twitter automation to work the other day using similar steps, except that it was tweeting ALL records instead of just the most recent one. (Secondary issue)
Question:
how do i fix the status error?
I’m a beginner. Please speak beginner language. Thanks!