Bulk Add Queue Items: The value for argument 'Data Table' is not set or is invalid

Hi Team,

Can you please help me what could be the solution for this error?

1 Like

Hi @Pavan_kumar15

Please check the data table name you have provided.

Regards

1 Like

@Pavan_kumar15 -

  • Check Data Table Variable: Ensure that you have properly initialized and populated the DataTable variable that you’re trying to pass as input to the “Bulk Add Queue Items” activity. If the DataTable variable is not initialized or is empty, you’ll encounter this error.
  • Verify Data Table Content: Double-check the content of the DataTable variable to ensure that it contains the expected data in the correct format. If the DataTable is missing columns or contains invalid data types, it could cause the “Bulk Add Queue Items” activity to fail.

Hi @Pavan_kumar15

Hope you got the solution for your query. If yes, please mark it as solution or else happy to help.

Regards

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