Getting data from API - but API parameter is data from a recordType

Hello:

I need to retrieve data from an external API which requires a parameter (ProductID).  The values for ProductID reside in an application recordType table and has to be passed to the integration.  So, the expression called to populate another recordType to store data from the API has a query.  However, I keep getting this error.  Any suggestions on how to resolve this issue?

Thank you.

Ma

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to MaNa

    What error do you see? Please always include this when posting.

    I suggest to do that in two steps. First, create an expression that returns that list of IDs. Take the snippet from here

    Once that works, including batching etc, create the final integration.

    Solving such a larger problem typically requires to split it into pieces, solve these, and then put the pieces together again.

Children