Hey, I see the input, and it shows binary file, but when executing the extract, it fail with the error: The item has no binary field ‘dataDoc’ [item 0]
I’m merging two inputs, but I should have only 1 binary file available.
Thanks @solomon - Not sure I follow, where can I add the filter? I need the 2 merge items because json data is used for the switch and the binary for the extract. anyway I can direct the extract to look at the correct input?
The filter can’t access dataDoc. It sees that there is a binary object (when typing it shows green), but nothing else (after dot, it shows red).
{{ $input.item.binary.dataDoc }} is not working.
What do you see if you erase until “binary” and then type the dot again?
It should open the available fields for you to choose.
In my case it’s data0. For you it should show the dataDoc field.