Can I use Make to automate steps on a website that I have login credentials to register names for access like a reservation. Essentially, I need to automate login in from a browser to a URL with my user name/password and then instruct the automation to go to certain fields on that webpage and enter data that I can grab from a source google sheet. My question is whether I can automate this on Make to input these fields from Google Sheets into the target web page as RPA versus manually?
Welcome to the Make community!
Yes it might be possible. See How to get information from a platform that doesn't send APIs and has no webhooks - #2 by samliew
However, as each website implements login differently, there is no single way of doing this, and the process (modules) needs to be specifically tailored to the site.
2 Likes