Backend workflow not creating things

I’m really struggling with a backend workflow.
I’ve watched a few video tutorials, but still can’t seem to get mine to work.

On my app, a user fills out an application form (Training Request) and then hits submit.
The following should happen:

  • Create new things “TR-Approver” based on a list of users in a custom state (TR_Form’s Approval list).
  • Add the list of Approvers to the application they have sent.
  • Send an email to the first user on the list of Approvers.

Backend:

I’m going in circles and have no idea what I’m doing wrong.
If anyone could advise how to get this to work, I’d really appreciate it.

This topic was automatically closed after 70 days. New replies are no longer allowed.