Question

NAC Component workflow Input variables mandatory

  • 21 May 2024
  • 1 reply
  • 18 views

Userlevel 3
Badge +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

Badge +8

@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.

Reply