Forum Discussion
xkidd
Jun 28, 2022Copper Contributor
How can I login into web page by using logic apps?
Hey folks, how you doing?
I'm new on logic apps and I'm trying to develop a flow that be able to download data automatically from a web page (DataCamp). But in first place, I need to log in to get access.
There is an option to get it? I'm not pretty sure if it's possible by using JSON.
Best regards.
1 Reply
- MedlaminCopper ContributorHello; I think the best way to accomplish that, would be Azure Function and here we should choose HTTP as a trigger for our function execution . so I suggest for you to look at Azure App Function Service.
Good Luck