As you can see, the two lists are connected by the ids
The list1 is repeated like
“age”: “ok”,
“height”: “no”
“age”: “go”,
“height”: “take”
And then i need somehow to go and display info from list2 but matching the ids
like:
“age”: “ok”,
“height”: “no”
“number”: “lkjh”
“age”: “go”,
“height”: “take”
“number”: “pay”
And i cant find what formula to use in the extra field (number) in order to display the data like so
I hope you understand my example,
Do you have any idea?
Hi, MERGE uses a list of objects [], not brackets (). If you want to put it in a page var, its properties should be a combination of properties from lists one and two. If you want, you can also do “Repeat with” directly from the formula, so you don’t need a page variable in between.