Long shot --> set results of 1 API call in multiple rows and filter them?

Hi,

Maybe a long shot, but I would like to run an api and and rank the returned values. In short, the API results are e.g. 3 results, and I would like to filter these results from highest to lowest and show all 3 to the user.

My first assumption is to add 3 different rows (and connect them to the same user). However, to arrange that the pipe needs to run 3 consecutive times… This is stressing the system.

Has anyone had the same issue and came up with a solution?

Hi @slimpens you will need to use Custom component, and JS to filter the records, check this similar case:

1 Like