Access to Liferay Forms via workflows

Reiner Zufall, modified 5 Years ago. New Member Posts: 22 Join Date: 7/6/20 Recent Posts
Hello there
i have a requirement to create a form via Liferay Forms and i have to use Workflows.
I know i can use script-tags, but i dont know how to get access to the forms field.
i have an example to show my problem:
if a user select one option in the "single selection" field, depending on the choice of the user, the workflow should change the task or samething else.
but how to the name of the "single selection" field to make an if statemant.
Is there a way to get access to the forms field in workflow.xml?
thumbnail
Mohammed Yasin, modified 5 Years ago. Liferay Master Posts: 593 Join Date: 8/8/14 Recent Posts
Hi ,
You can refer below link it might help you on how to access form field 
https://liferay.dev/forums/-/message_boards/message/117353107
Reiner Zufall, modified 5 Years ago. New Member Posts: 22 Join Date: 7/6/20 Recent Posts
Hello,
thank you for your reply
i will check it out
Reiner Zufall, modified 5 Years ago. New Member Posts: 22 Join Date: 7/6/20 Recent Posts
It works, thank you so much