โ03-31-2023 06:12 AM
โ04-03-2023 06:39 AM
โ04-03-2023 08:04 AM
Hi @meghan-legaspi ,
For eg. I want to open Oracle Fusion cloud link in Microsoft Edge and click on company SSO button on the webpage.
โ04-04-2023 11:40 PM
I believe in case u need to โclick a buttonโ, as if you manually opened link in browser and passed sso/captcha/etc. - you will need to use some RPA tool (like โAutomation Anywhereโ, โUiPathโ, etc.), that will actually emulate those moves on your machine as you setup and will return some response data as you configure (return user if in case of user creation, for example).
You can use APIs to share data between Workato and RPA tool (performing RPA logic takes time to process, therefore, usually response with needed data is not instant, most probably you will need to make additional calls in order to check your request status)
โ04-05-2023 01:23 AM
@yaro : So there is no way Workato can open the chrome and link in it and take action on it.