Hey Guys,
Another counter question, How can we indexing the table output? Like, I only need the output of column name “Availability” and 4th block (89.90) from there?
ID Fruit Availability 1 Mango 90 2 Banana 77.56 3 Orange 56 4 Apple 89.90
Hi @Lucifer ,
You can use expressions to select for table data, for example: {{ $json.availability }}
You can even drag the table column fields o map them directly
Is this what you meant?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.