Api call

Let me get straight to the point…
Since I am little confused when to use execute script vs preform calculation, what is the simplest way to achieve the same result?

From what I understand it doesn’t really matter you can do it how you want so in three calculations, in one Script block or even directly in your field update by changing it to ‘Calculation’ and using something like: jsonata('company_address').evaluate(var_http_response)

Of course, I’m not sure all that helps you :confused: sorry

1 Like

I think Jason is right in that you’ll get the same end result either way, but I think technically the most efficient method would be the Execute Script block since you can output to multiple variables in a single block rather than having to run 3 separate calculation blocks.

4 Likes