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)
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