Playbook Form question truncated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello,
I have a playbook that is used on Workspace.
I use custom activities in my playbook to display forms with questions defined in Playbook Data Definitions.
However, there is a limitation of 50 characters for the question label, and I need at least 100 characters for question labels.
I found questions (or variables) are stored in table sys_flow_data_var. Thus, I increased the maxLength property of the label field from 50 to 150.
I am able to set longer questions in the Data Definition > Flow Data Variables records, but unfortunately, it is still truncated to 80 characters when displayed on the Workspace. Not sure why 80 since the field maxLength was initially 50.
Anyway, any idea how I can fix that?
Thanks