Search in a sublist

Hello,

I have a list that contains another list, and I need to determine if a value exists for a key in the sublist.

I attempted to use this, but I received an error indicating that the lists are empty.

$filter(list.column_values.value, fn ($v) {$v = value2})

column_value is a list and value are the key.
image

Anyone have a solution on this ?

I almost got it to work, it gives me output now but no hit’s on the filter.
I guess it’s that the value in the list is "β€œ456123465"”

do you know how to do this with typescript/javascript? If so, change the language from FQL to typescript by clicking on FQL near the down arrow in the upper right corner.

I guess I can google/chatGPT how to do it :slight_smile: I’ll tak a look at it and get back if I get stuck.

dm me your postman id I’ll give you access to postbot in flows you can try that :)?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.