Hi everyone,
I’m trying to update some database records using an API workflow on a list. Here’s what I’ve done so far:
-
Set Up API Workflow
I created an API workflow to update records and manually defined the parameters.
-
Update Records
I used the “Make changes to a thing” method in the workflow to handle the updates.
-
Trigger API Workflow
I created an API workflow triggered by a button click. In this step, I:- Set up custom states to define:
- A list of animations to be updated (using a search method).
- A random ID to assign to each updated record.
- A refund status.
- Set up custom states to define:
-
API Workflow on List
I created an API workflow on a list that uses the values from the custom states.
Everything appears to be set up correctly, and there are no visible errors.
When I run the workflow:
- The list of animations to update is successfully retrieved.
- The workflow on the list starts and finishes as expected.
- However, no records are updated.
I’m unsure what I’m doing wrong. Can anyone help identify the issue?