Im sure this is simple but i cant figure out if theres something simple i need to type.
I am trying to return the “price” field from what I have filtered. (shown below)
Im sure this is simple but i cant figure out if theres something simple i need to type.
I am trying to return the “price” field from what I have filtered. (shown below)
Hi @benji241
Since price.data
is an array, I think you can use the rollup
no-code formula.
You’ll need to type it in (don’t think copy/paste will work in this case) but it would look something like this:
rollup(price.data, "price")
Here’s documentation on the topic.
Does that help?