Level 2 Course - Workflow 2

I’ve been working on the Write Binary File node in the Level 2 Course - Workflow 2 exercise and need some help with the expression for the File Name parameter. The exercise instructions say the following:

In the File Name field, use an expression to include the oder id in the file name, like this: report_orderID{oder_id}.json (you need to replace the {order id} with the reference the Move Binary Data node).

I’ve tried a lot of things, but I have not been able to access the orderID from the Move Binary Data input. I would appreciate it if someone could steer me in the right direction.

Here’s my workflow code:

Thanks,
Phil

Hi @philr, welcome to the community!

When using the expression editor, you can click your way down to the value you want to use in your expression. For example like so:

Hope this helps!

Ah. I tried to click my way down before, but I was using the wrong node, Move Binary Data. Thanks!

Phil