How to display the value of a process variable in Text View of Camunda Forms

I have a form variable formKeyA defaulted as a process variable from input parameter and value is "my-key".

I try to edit the text of Text View of the Camunda Form with the following text following the example Text view | Camunda Platform 8 Docs like below

image

Hello my key is {{formKeyA}}

But just display as when I view it in task list

Hello my key is {{formKeyA}}

instead of

Hello my key is my-key.

How can display the process variable in Text View of Camunda Form?

Or it is not supported?

Hello @sycawind !
Unfortunately, this feature is only available in the Tasklist of Camunda 8. Camunda 7 does not support it.

When editing the form, there should be a warning pointing out to it:

1 Like

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