I'm having trouble figuring out how to iterate over an array and sum the values. Here is where I am so far. Is there another way to do this? {{#each discount_applications}}{{sum this.value}}{{/each...
Should this link above take me to another page or download a document? It doesn't respond when I click it. I'm looking for more details on how to update an export via the API. exports.run( options )
Thank you both for your responses. I was at the point that Yonton suggested already. I was more stumped on the actual mapping of fields but I did see they were auto-populated from the Shopify side ...
I was researching information about creating draft orders in Shopify using Celigo but I haven't seen any articles or community chatter about it. Nor are there existing templates for this type of fl...
I appreciate the response. Yes that's correct. I am trying to add another field to the list of values for each set in the array. The other piece I forgot to mention was that the lookup URI is filt...
I'm building a flow that is exporting data from Microsoft Business Central. The original export data is below. Through multiple lookup steps following the export, I'm trying to add more fields to t...
I need some guidance on converting an array to a string listing the element values separated by commas. I attempted to use the array.toString method but it doesn't seem to work. I'd greatly appreci...