Skip to main content
Nintex Community Menu Bar
Question

NAC Component workflow Input variables mandatory

  • May 21, 2024
  • 1 reply
  • 47 views

Forum|alt.badge.img+12

All,

I am developing a component workflow and will call this workflow from another workflow for SharePoint online.  I have created 4 input variable/parameters inside the component workflow.  I want to make sure that these parameters must be passed to component workflow when calling from another workflow.  I don’t see any setting/configuration where I can declare the input parameters as “REQUIRED” or “MANDATORY”.  Do anyone know how if this can be done?

Thank you

1 reply

Deon
Forum|alt.badge.img+10
  • Rookie
  • May 21, 2024

@kchaluvadi , to my knowledge it is not possible to designate the Start variables as mandatory.

It seems you would have to build in logic in the workflow to check if empty values were passed in and then take appropriate action in the workflow.