1
0
-1

I am currently working on a properties option for a process participant plugin. I was trying to set a default value to one of the properties based on below JSON data. However, the default value was not shown.

{
    name : 'test',
    label : 'Test',
    type : 'TextField',
    value : 'Property Value',
    description : 'Property Description 123'
}

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, maybe you can try comparing to some of the tutorial plugins, for example How to develop a Download PDF Datalist Action. I noticed the letter case is different, perhaps you can try changing it.

        CommentAdd your comment...