Skip to main content
September 14, 2021
Solved

How to create dictionary type rule input variable

  • September 14, 2021
  • 2 replies
  • 1 view

I am trying to pass a dictionary in expression rule as a rule input parameter, please help me locate its data type.

    Best answer by selvakumark

    Hi,

    To pass the dictionary values in rules & process models, you can use 'map' data type.

    'Any type' is also supported for passing dictionaries, but it works only in rules and interfaces & not in process models.

    2 replies

    selvakumark
    Participating Frequently
    September 14, 2021

    Hi,

    To pass the dictionary values in rules & process models, you can use 'map' data type.

    'Any type' is also supported for passing dictionaries, but it works only in rules and interfaces & not in process models.

    September 14, 2021

    Any Type worked for me, Thanks!