How to display data in Forms?

I’m trying to create a form that will display information to a user that was gathered from the bot, and then have the user make a decision via an Action Center task.

Why am I not seeing any way in the Form Designer of how to display information? Everything looks like an input field only, which really doesn’t make sense to me. I’ve seen videos where there is a “Label/Header” component that would presumably do this, but I don’t have that option. I have installed the UiPath.Form.Activities version 1.2.1-preview, and I also tried going back to 1.1.8 and still don’t see the option.

Hi @ben83, Check this below link, it may help you

No, this doesn’t mention entering dynamic content in the forms.

1 Like

I found the answer…

You have to use an HTML element (under Advanced) and use the tags {{data.[variableName]}}, like so:

And make sure you add these variables to the FormData input:
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.