Hi Team,
I want to open "Knowledge Base Article" page into new TAB of browser when I click on Search icon from menu items.
I tried with passing target="_blank" but it not worked.
Please suggest how can I able to get this done.
Thanks,
Vaibhav
It seem you have posted this twice?
You need to use the Launch function:
Example:
Launch( "http://bing.com/search", "q", "Power Apps", "count", 1 )
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-param
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.