Embedding output values

(Ytawk) #1

I have tried to embed output values in the following manners:

{{google_sheets_list_rows.results_+_gsx:large {{order_menu.metadata__orderpcode}}}}
{{google_sheets_list_rows.results_+_gsx:large}} {{order_menu.metadata__orderpcode}}
{{google_sheets_list_rows.results_+_gsx:large order_menu.metadata__orderpcode}}

and none of them worked, I am only getting the value of the output 1, while otput 2 is not working.
Please note, that output 2 is supposed to be part of the value of output 1.

(Kellsey Shaw) #2

Hi there,

Sorry for the late reply. This question seemed to have slipped through :slight_frown:

You can’t nest values in the collection’s outputs, sorry. You can use the Code service to parse the results as an array and then work with the array instead.