Binary data issue

Hello @Praneeth_Vallabha,

The main issue is that you’re not using the merge node correctly:


The first problem is that you have two branches coming in together, and that will cause issues.
The second problem is that you’re using the Append mode, which will give you three outputs, and I don’t think that’s what you want.

Solution: Use the merge node with the combine mode shown here:

Connect the three inputs into it..

This will give you a single output item that contains the image and the other outputs, which you can then use later in the LinkedIn node.