Hi,
In the screen shot I have a list that has been derived through filtering and matching via cross tabbing. I would need to take each [ConversationID] and [EvaluationID] record pair and place each value in another formula field that consists of an API call.
For example "https://APIURL/Conversation/"+[ConversationID]+"/Evaluation/"+[EvaluationID]+"....."
I would do an API call with the above, then, I would need to take the next record pair into the formula above and do that API call again. I would repeat, until I've reached the end of the list.
The list could vary in number of record pairs as it would not be known beforehand how many ConversationID and EvaluationID pairs would be derived.
Thank you for any assistance.
Chris