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
  • I created a function to get a string of "IDs" (createIDString) that is the input to the synch expression (getFullProductDetails).  That works.  It returns a string of IDs.

    So, I tried to use the createIDString as part of the ruleInput expression for fdcIdList.  If I don't provide a domain, it gives me the error below. I also tried 'pv!batchNumber'.

    Not sure what other domain I should use, since my understanding is batchNumber is automatically incremented by Appian as part of the looping process?

Children