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
  • We tried your suggestion but we were unable to retrieve all the information we needed.  The productIDs start at 321,358 and goes all the way to 2,512,370.  We were able to extract information up to 2,273,113 but the rest weren't extracted.  Since there is a rate limit on accessing API, we did adjust the rate using "Add rate limit".

    In this case, the ProductIDs are numerical, so we could use this strategy, what approach should we use if the ProductIDs were Text?

    Thanks.

Children