Hi there,
Can anyone assist me in the best way to filter a table by the name column i.e. below so that I have separate tables for each name (without knowing the name before each API call)? I tried to feed the name column to the API again but did not have any luck. Can this be done when the data is in JSON or elsewhere?
from my understanding Row Filter requires that you to know the string in the row beforehand. I won’t know the names before I separate out the data.