Hi community.
I would like to know how I can dynamically create a PopupInput with java code. Example use case: At first I fill a variable (list) with values (e.g. from a db query). Let’s assume the value of this variable is: Value1, Value2, Value3. Now I need to ask the for information for each single value with a PopupInput like in the screenshot below.

I would guess that I need to start like this:
import commvault.cte.workflow.dom.WorkflowElement;
WorkflowElement PopupInput = WorkflowElement.parse(...
But honestly I have no idea how to continue from here on.
Best regards
Pasqual
Best answer by Yeshwanth
View original