Hi there,
I have a use-case that I would like some guidance and assistance on. Consider that we have a workflow that:
- takes a CSV as an input from a user, service, or API (note that the user here is external to the organization and interacts with us through a web front-end or an API)
- runs a workflow using standardized data in the input CSV and other internal databases
- outputs data in any format that allows the overall functionality to work
- the output data is then passed on to another API or service to return it to the calling user
Looking for some guidance, best-practices, and demos as to how to make the above requirement a possibility.
Note that we have both the Designer and Server licenses.
Thanks