Need to get a list of all the values using get-map

:bullseye: What is your goal?

Hey all. I am trying to play deeper in get map functions. I have a list of Notion items nd I want to get the value of each one using just a formula, no iterators.

:thinking: What is the problem & what have you tried?

I am trying to get all the values for Plain Text, pear each item in this case the value is Mandar informes psicologa. But there may be several ones. If I am using iterator and filters, it is rather easy to solve but i am trying to get it using only formulas.

From Notion I get a list of items.
I need to aggregate them in two values.

1 those that are over due, so Start is before today
2 those are the still pending

I have already done this using filter iterators and so, but it is making me consume about 11 operations and it will cost me 2000 operations a month.
I am checking is there is a way to get this better.

If i use {{map(34.array; “properties_value”)}} I get:
the attached screenshot, but I am having problems getting the list of all the Que?.plain_text

If I use get i only get one value. But I want to get them all.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like