Hi all,
I’m trying to do a Generate Yearly Report Dispatcher. But i’m getting a infinite loop of “Processing Transaction Number: X”. I’m a little desperate.
Someone can help me please?
Generate Yearly Report Dispatcher.zip (2.0 MB)
Thanks to all
Hi all,
I’m trying to do a Generate Yearly Report Dispatcher. But i’m getting a infinite loop of “Processing Transaction Number: X”. I’m a little desperate.
Someone can help me please?
Generate Yearly Report Dispatcher.zip (2.0 MB)
Thanks to all
@Ferran_GARCIA
Let me check. I will inform you
@Ferran_GARCIA
I think so your are scrapping multiple time due to get transaction. That’s why you get infinite duplicate data.
I think for each “Processing Transaction Number: X” should scrap data the table for each page. Or i’m doing wrong?
@Ferran_GARCIA
Yeah here is Two logics:
First one to remove get transaction part and second it to scrape data against each page with respect to transaction number.
@Ferran_GARCIA
Here is Example to fetch data by each page.
Generate-Yearly-Report-Dispatcher-master (2).zip (999.8 KB)
Ahh, okey i understand
I’ll try to implement.
Thanks for your help! ^^
@Ferran_GARCIA if you face any issue let me know…i will help you
I changed some things, but I’m still getting an infinite loop.
Generate Yearly Report Dispatcher.zip (2.0 MB)
Could you check it please?
@Ferran_GARCIA Ok give me few moments
@Ferran_GARCIA Do you Extract table page by page or you are getting whole table once
I scrapp the data page by page. For each iteration(page).
@Ferran_GARCIA You get Transaction is getting Extrac pages. You need to Restrict whether the next page is present or not If not present then you should end it.
Here is Example to fetch data by each page.
Generate-Yearly-Report-Dispatcher-master (2).zip (999.8 KB)
Check this file Get Transaction data mechanism. Thanks
I understand what you want transmit to me, in theory is should work. But when i execute it takes a infinite loop.
The activity “Check App State” should do the same as “Element Exists”. Maybe i’m missing something, but it’s what i think.
@Ferran_GARCIA Let me check one more time.
I will inform you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.