Getting One Field data From Collection

MadhuG001

Member
Hi All,

My data is in one collection1, with multiple fields. (Like ID, Name, Age, Salary)
How to get only one column details.(Need only Name columns details in one collection )

Thanks in advance.
 

Sachin_Kharmale

Active Member
Hi Madhu,

1.You need to design flow like bellow diagram,
View attachment 1561552636047.png

2.Your input collection will be
View attachment 1561552657054.png

3.Create new output collection as Output collection.
View attachment 1561552680457.png

4.Loop your input collection then new row to output collection and copy the input collection name to the output collection.
View attachment 1561552709236.png
5.finally you will get the column name in output collection.
View attachment 1561552769635.png

I hope it will help you.
 
Top