rappen / CustomActionTester

MIT License
7 stars 2 forks source link

Contents of StringArray output parameters is not shown #26

Closed filcole closed 1 year ago

filcole commented 1 year ago

Thank you for the very useful tool @rappen. I've found a small glitch in the CustomActionTester that I thought I'd share.

When a Custom API has an output parameter of type StringArray the output value displayed is always System.String[]. It would be good if it could display the contents of the string array. This confused me (easily done) for a while until I checked in Dataverse REST Builder

image

The string array is not an empty array, as seen in Dataverse REST Builder image

rappen commented 1 year ago

This looks ok?

image

filcole commented 1 year ago

Looks great. Thanks.

rappen commented 1 year ago

Coming "soon"... :)