I am trying to select 2 options from a filter list using the 'Run JavaScript Function on Web Page' action.
I also tried using other PAD actions unsuccessfully since I am unable to get my preferred option of using JavaScript.
Any idea what I am doing wrong with my JavaScript action or is there a different PAD action that is possible?
PAD Flow: https://power.automate.gallery/LjiRUtvAeAt2
Hello @pjwilson87
Replace your last "Run JavaScript function on web page" with this:
WebAutomation.ExecuteJavascript BrowserInstance: Browser Javascript: $'''function ExecuteScript() {
$(\'input[value=\"72\"],input[value=\"105\"]\').prop(\"checked\", true);
$(\'.btn.btn-primary.btn-lg.oracletaleocwsv2-close-popup-trigger\').click();
}''' Result=> Result
Here is the complete solution:
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.