Using the key vs value / Using the key + value as text of an array

Hi all,

in my flow, I need to use not only the variable value of my json dictionnary, but also the variable name (key) (because here the variable name also gives info).

How do I do to use not only the value but also the key, as text, together? Is there function for this to place around my value ?

Thanks !!

Welcome to the Make community!

You can manually type the key out, or you can use the built-in function toArray with an iterator module.

e.g.:

{{ toArray(1.result) }}

Then, use a Text Aggregator on the result.

For more information, see the function documentation in the Help Center and do the tutorials in the Make Academy.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like