Interview question2

  1. what is the use of Hot key?
  2. I have 1000 records in excel and it loaded to queue I just want to process first 50 records and I don’t want do anything with remaining records. How to do this in queue?

TIA:smiley:

Check this thread:

  1. First take one integer variable and say ‘Count’ and assign 50 to it.
  2. Use Get Transaction Item to read records from queue and process it and increment the count variable. If it is equal to 50 then stop process.

If you are using Get Queue Items to process the items, then you can mention the Top property as 50 in the Activity Property panel