Hi,
again I have a question where I am really stuck…some advice from the experts would be great.
What would be the best way to update a particular field on a list of things (2000-5000)? More presisely: Lets say I have around 5k products on my webapp and I want to update the price of each product ever 24 hours. I have a file (.csv) which contains the uniqueID of the product and the new price.
I could use the API Workflow for that. But this would mean that I have to run the API Workflow everyday for all the 5k products. That would also consume all Workflows on a Professional after a couple of days.
Is there a smarter way to do this…?
PS: Another way to do this would be to use Blockspring (Read Cell) and read a google sheet. The only problem is, its very slow.