How to process 20k excel record without queue

How to process 20k excel record without add that item in queue.

1 Like

Hey @Aleem_Khan

This is possible and easy though if you use ReFramework.

Anyway, that requires few changes in the GetTransactionItem and the TxItem variable type.

Hope that helps.

Thanks
#nK

Can you help me what changes need to do that

Hi @Aleem_Khan,

This link will help you. There is also an example .xaml. You can adapt it to your own project.

Regards,
MY

Thank you for your input I really appreciate well I knew this solution, this question ask by the interviewer I have answered the same solution but they did not satisfied because thay said there might be 200k record and its time consuming active.