Hi @BradArtman,
Following up here; were you able to get your webhook working?
For what you're looking to do, you can set up an automation with Run Options that specify the rows you wish to pull data from.
In the webhook action, in the "Run the step for these rows" field of the Run Options, enter your filter formula to specify the criteria: =FILTER(Candidates,"Candidates[SentToExport]<>%", "Yes")
Then in the action, you would write the [EVerify Status]
to the webhook payload value. Now when the automation runs, the status data would then be sent for each specified row.
Hope that helps! For one more note, I'll echo that the method that @Max provided is one to keep in mind too, for an instance where you may be looking to call data from a rowlink on a screen. (Thanks for chiming in, Max!)
