I’m trying to delete several files from File Manager, and I’m trying to do that in the Backend.
Every file is stored on a Datatype and has an ID to the “Project” so I can identify it.
I’m trying to create a loop to delete all files before I delete the project
If you’re asking how to start the reclusive workflow, you just need to add an action to ‘schedule an API workflow’ in some other workflow to kick it off.
I have to delete a listing or a project which contains several images. I have to delete images before I delete the project. And I guess I have to do this in Backend. And I’m stuck deleting files.
Could it be because in your first step, you are Deleting the ID, then in the second step you are using ID (that was just deleted) to schedule the API workflow, so it’s not actually sending anything to be deleted? Or am I reading it wrong?