For most of my apps, one of the first workflows I add is to fetch customer names from my Zoho Books application to populate a picklist. Since I have way more than 200 customers, this usually involves multiple API calls and quite a few lines of script to filter out vendors and inactive customers
Currently, I have this script saved as a text file on my desktop and I cut and paste whenever I need to reuse this for a new app.
Is there a better way to do this?