Bulk add queue items/reframework stop duplicating


Hi , any way to stop readding the same information each time I run (using Reframeworkinit) . I cant use reference. But each time i run it repeatedly adding to the queue. Please help. This is Re framework (initialization)

Hi @Sira

Use Unique reference in queue is the way to stop duplication

Else dont use bulk add queue and for each item Use get queue items and check if the item you are trying to add is already present in the queue or not…if present do not add else add it

Regards,

I have to use bulk add item and build data table.

@Sira

You can add Reference in datatable for bulk add as well and that would be used

If not get the wueue items and check if they are already add then dont add

Cheers

@Sira

A sample here about columns fyi

What each column name does is described above

Cheers

1 Like

Thanks for clarifying

1 Like

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