Enhancement Request to Whitelist Ruby Method #index
Hi Workato team,
Can y'all add `String#index` as a white-listed method in the Execute Ruby Code app?
I'm parsing a body of an email.. the email is an auto-generated web form... I'm using #index to locate the form field strings and then grab their subsequent values.
At this point, I don't believe it's (feasibly) possible to accomplish this task with the methods allowed.
For a safe assumption, it would take some time for it to be whitelisted. I'm likely going to have to call outside of the app to do the work and come back to Workato once it's parsed.
Lee H
Enhancement Request to Whitelist Ruby Method #index
Can y'all add `String#index` as a white-listed method in the Execute Ruby Code app?
I'm parsing a body of an email.. the email is an auto-generated web form...
I'm using #index to locate the form field strings and then grab their subsequent values.
At this point, I don't believe it's (feasibly) possible to accomplish this task with the methods allowed.
For a safe assumption, it would take some time for it to be whitelisted.
I'm likely going to have to call outside of the app to do the work and come back to Workato once it's parsed.
---------------
note: Copied URL recipe to preserve ruby step:
https://www.workato.com/recipes/1002711-internal-trigger-new-email-from-intacct-marketplace-hello?st=aebc2d#recipe