Read excel file and add data into queue

Hi, i have an excel file which i have to read and add into the queue one by one. The format in the queue that i want is language :- English then keyword:- complaint. And there are different languages eg bulgarian, spanish etc in the excel file so i have to add all this in a queue. Can anyone help me out with this?
Thanks in advance

Hi,

You can filter your datatable with those matching language and keyword. This filtered table can added as a bulk queue item

Hello @AAH, welcome to UiPath community!

Please check the below approach.

dt_InputData is the output variable of ‘Read Range Workbook’ activity, which is of data type ‘DataTable’.

Here is how you can pass the parameters under ‘Item Information’ in ‘Add Queue Item’ activity.

Please let me know if you have any questions.