Hi there!
I’m trying to work out how I could solution the following challenge.
- A user will use a Smartsheet form to request a backup.
- I have some python code sitting on a local server, which i have been updating manually with the details from the submitted form. eg. Folder ID
- The code is then executed as part of a scheduled cron job
What i’m looking to do is to take the request details from Smartsheet and parse them into the python file so i don’t need to manually edit files. Are there any ideas as to how i could achieve this?
Note: I’m not looking to execute the python script on Zapier, just, update the code within the python file.
Thanks for any help,
Sean