Syntax of expressions

(Vladimir) #1

Using a Google Sheet integration, I access data using expression

{{get_a_row.gsx:columnname}}

Is it possible to use instead structures like

{{get_a_row.gsx:{{get_an_attribute.value}}}}

or any other action output, where the value equals the name of the column?
I tried and didn’t succeed, but possible there is a syntax trick for this?

(Nathan Stults) #2

It’s a little cumbersome, but if you want to extract a value from a dynamically calculated column you can do it with a code step. I don’t think there is another way.

If you need help implementing that strategy just shoot us an email at support@flowxo.com

Nathan

(Vladimir) #3

Thanks for the idea, Nathan. I’ll experiment a little bit with this options and possibly send you an email than.

Vladimir