Hi,
I'm scrapping websites to get stock price according to tickers in Excel.
It's all fine when doing it locally (PAD) while when calling it from the cloud flow (through machine connector), it seems it doubled up the tickers w/ "" so it kept scrapping though it with ticker = "" after the loop went through all real tickers.
I thought the issue happened is because when we open an excel and get first row, the getting_free_row function might have been executed before table has fully loaded in. Therefore I put a wait after launch excel. But the situation is still the same.

And the problem is when calling PAD through cloud flow, we can't see what happened among the process of PAD (ex. variables...). And this double-up issue wouldn't happen when calling it locally. So we will never know what exactly happened inside the process.
If anyone is facing the similar problem or has any insight/solution, please kindly help me addressing this tricky issue.
Thank you in advance,
Hsiang