Dynamically upload multiple documents

Hi All,
I have a requirement regarding SAIL editable grid. I need to upload multiple documents dynamically. So I kept a file upload field in editable grid and trying to capture the value into multiple documents pv. But I was getting some error.

Kindly do the needful,
Thanks

GridFileUpload.doc

OriginalPostID-219182

OriginalPostID-219182

  Discussion posts and replies are publicly visible

Parents
  • I guess, the value attribute as mentioned above isn't still right. typename(typeof(local!items)) resolves to a text whereas a label-value pair is expected to be appended to local!items or local!itemsToken. Even there is a chance of going wrong with typeof() because, after the first addition, local!items acquires the array status and this shouldn't be used anymore while appending the values, as we append a single value(but not multiple) to the resultant dataset in case of adding data.
Reply
  • I guess, the value attribute as mentioned above isn't still right. typename(typeof(local!items)) resolves to a text whereas a label-value pair is expected to be appended to local!items or local!itemsToken. Even there is a chance of going wrong with typeof() because, after the first addition, local!items acquires the array status and this shouldn't be used anymore while appending the values, as we append a single value(but not multiple) to the resultant dataset in case of adding data.
Children
No Data