Is it possible to add a link in the new window that pops up after clicking on the button

I’ve a use case of UiPath Apps, where I select a particular row and displays data using the Button. On clicking the button a window pop’s up.
My requirement is to display a link in the popup and click on that link

@Ravindra_Choudhary ,

you can use a button to open another URL on popup. On button click write a rule like “Open URL” and in that you can pass open in New Tab = True.

Thanks,
Arvind

Hi @Arvind_Kumar1 , Do I need to add new button in the popup?
I’m not getting any such option.

Hello @Ravindra_Choudhary ,

yes please add on popup page.

1 Like

Thanks, Arvind, Is it possible to open html files using this button by giving the path of html file in the openURL (see below)
image

I’m saving this path inside a datatable column.

The reason for saving path in html file is - The html content is more than 32767 characters and can’t be saved in excel cell.

Hello @Ravindra_Choudhary ,

This is not possible, you can store your file on cloud and try passing https URL over there, that should work.

1 Like

Hi @Ravindra_Choudhary Did you try saving it as entity data or in storage bucket? where you can easily retrieve into your app?

Hi Hardika, yes saving it on storage bucket didn’t helped.
I then saved it on Sharepoint and passed the url