Need help with the output of a specific array value within a c

Hey There,

I am trying to get a specific value out of an array, but only if the TypeId is equal to “7”.

Here is what I have already tried:

This is the value (Shopify OrderID) i would like use within the Action “Get Shopify Order”:

I added the following formular to the Shopify Module:

Bildschirmfoto 2024-08-13 um 13.42.14

This is what I receive as outbound:

This is what I want to receive as outbound:

Am I missing a specific step like using an iterator?
Would be very happy for any kind of help.

Thanks and best regards,
Jane

@Jane_Slaar If you run the module only, it doesn’t have any data to work with.
So because of this, it asks you to fill in the data (your screenshot).

Seems like your formula would work fine :wink: Fill in some data and check if its properly working, or run the whole scenario (then it won’t ask for data since it should grab it from the modules before).

Hey @Bjorn.drivn thanks for your help. Unfortunately it fails, even if I run the whole module. :frowning:

I receive the following error message:

Validation failed for 1 parameter(s).

  • Missing value of required parameter ‘id’.

@Bjorn.drivn Haha I found the error by myself… thanks a lot for your tip regarding “runthrough” the whole scenario… It works fine now :slight_smile:

2 Likes