Run an API Workflow When User Upload CSV File

I have an API workflow that converts text to a number. The reason the API workflow was because the CSV from the site the users are getting their data from is spitting out numbers in text form.

The APi workflow works perfectly when run in the database manually. However, I want the API workflow to run immediately when the user uploads their CSV file so they can then do calculations when the numbers. immediately instead of me having to schedule it or the user wait until the API workflow is run on the entire database again.

If this doesn’t make sense let me know…

Thanks

@dropshiptyler1 You can trigger a custom event on upload