Adding queue items - bad request errorr

Hi,
I am reading an excel file into a datatable. Using Bulk Add queue items activity to add datatable to the queue. I created queue in my default workspace in orchestrator.

When I run it, I get an error saying that bad request. I am providing the queue name and the data table name to bulk add queue items. What is missing or going wrong?

@A_Learner

Are the column names proper?

If they are wrong then it would not work…

Try to open the locals panel and check the exception details from there

Cheers

Thank you, @Anil_G

What would be a proper column name?

@A_Learner

If you have unique reference then reference should be in small…check here for all names that you need to give

Cheers

1 Like

Hi @A_Learner Along with the above tutorial, please find this video tutorial which will further help you in designing - Add Items - CSV,XLS

Thanks

1 Like

@A_Learner

Check the queue in the bulk add queue items exists in your orchestrator and it is accessable from your project.Check any differences in the queue name

1 Like

Hi @A_Learner

Check out the below thread

Regards

Unique Reference set to no. Column names are good - words with spaces. Q name matches. But still getting the error.

@A_Learner

Check out the below thread. This should help you. Does your excel have large amount of data?

Regards

I am trying with just two rows of data. Still the same error. Thanks every one.

@A_Learner

Can you share the error screenshot and Bulk Add queue items activity?

Regards

Do any of the column names have a period in them?

1 Like

@A_Learner

Thw
At is the problem…the column names should be with numbers,alphabets,underscores…no spaces are allowed

Cheers

You can have spaces in column names (which become the SpecificContent keys). Your example literally shows it with a space:

image

1 Like

@postwick

Left side it says only characters and underscores so went on with it

I just tried and it works with spaces and also few special characters as well…Thanks for pointing it out

@A_Learner

Can you share the sample you are using

I tried with this and it worked

image

Cheers

1 Like

Thank you @Anil_G @rlgand @vrdabberu @shantanu_chande @postwick
All of your answers educated me and made corrections. Much appreciated.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.