Pass a variable inside output functions

Is it possible to pass a variable inside output functions in Bricks builder?

For example:
Pass a dynamic value {je_meta_value} inside the returnValues function
{ echo: returnValues({je_meta_value}) }

Or pass the PHP Variable $myVariable inside the returnValues function

{ echo: returnValues($myVariable) }

In my case I cannot make it

1 Like

I have the same question. I have hard times to get a function to work with two input variables. With one it works. Hopefully this is possible, can anyone let us know?

A notation like this does not seem to work:

{echo:create_featured_image({post_id},{acf_meer_info})}