Hi,
I’m currently having issues implementing CSV export via the API node of in my Losant workflows.
I am currently trying to implement automation of data export by end users by creating a widget which takes an email address as an input and creates a CSV export using the API node (configured to Data: Export call).
I’m finding that this API call is aggressively throttled - I am essentially only able to run the workflow once (!) per day. I don’t expect that the export workflow would be called more than once per device per day, but this does seem too conservative? It’s also affecting my ability to test this workflow for release.
Is there a workaround for allowing multiple calls of this API call through the workflow per day?
I have also looked into using the newly added CSV node to generate emails for device data, but have found the string format output of this node to be incompatible with excel without any third party formatting. As a result, the CSV node doesn’t seem like the correct solution in my case (where I want to directly email the CSV results in a human/excel readable formatting).
Data exports are a common request we are getting from our users, so any help in this regard would be greatly appreciated.
Regards,
Ben
PiP IoT