Current Situation:
When I use the "launch new Chrome" activity, it opens my most recent profile. For example I last opened profile A, then it will launch Chrome with profile A. Then if I open profile B, the next time it will launch Chrome with profile B.
Expected Outcome:
I want it to launch with a specific profile no matter what profile I previously opened.
Possible approach:
1) Use run command or open .exe with --profile directory instead of using "launch new Chrome".
problems: all the activities afterwards written using the chrome instance may break?
2) Change the default path when Power Automate Desktop runs the "launch new Chrome" activity. For example adding --profile directory="Default" to the execution path?
Is approach 2 possible? Where is the default path stored? Or will there be any other approach? Thank you very much in advance!