Inside of create form activity I have “HTML Element Component” with {{data.Variable}}. In order to have variable inside of component I checked “Refresh On Change”, but I want to refresh only at the start. My project requires that component are not refreshed.
Is there a way to add variable to “HTML Element Component” without constant refreshing that breaks everything as soon as I edit something?
I have UiPath.Form.Activities 1.2.1-preview version. However, probably I didn’t understood exactly your problem. When I display a simple HTML element with the variable inside I don’t have any refresh issue, but when I display a pdf file inside a HTML file the pdf is constantly refreshed when I interact with other form components. The solution for me was the one mentioned in my previous message. I have attached an example. In order to run it you will have to add a pdf file called test.pdf. Test.xaml (8.7 KB) test.pdf (30.5 KB)