Hello,
I have columns:
Name,Surname,Age,High School
there are a lot of rows and ı want to use bulk add queue items but ı want see item information (specific content ) how can i do this?
Thak you.
Hello,
I have columns:
Name,Surname,Age,High School
there are a lot of rows and ı want to use bulk add queue items but ı want see item information (specific content ) how can i do this?
Thak you.
I’m considering you have this information in an Excel file.
Just use Read Range activity which will return you a datatable.
Pass this datatable to Bulk Add Queue Items
activity.
This way you will have queue items as per the input file.
You can learn more from this video.
If you just read into datatable and add the datatable to add bulk queue items it should ideally add all the columns as specific content with the column name as the key
If you need to add reference then use Reference column and can add data to it…please see sample structure here
Cheers