Extract specific item from list

Hi,

How is it possible to extract say item 3 and 4 from a list of 10 items returned from an API Search if the results are numbers?

If you get a string of numbers separated by commas you could extract them with regex.

If it’s an array that is returned, you should be able to set your data source then click more and choose :item #

I believe it is an array. I tried using item#, but when I try to for example add item 3 and 4 it won’t let me add an additional item to the same text box.

1 Like