Create JSON type INPUT

Hi team,

During a systems integration activity, it was observed that the Morpheus solution does not have the possibility of creating a JSON-type INPUT. The TEXTAREA type was used, but it has limitations because it transforms the content into a STRING.

I request to verify the possibility of creating the JSON type to be used in INPUTS.

Follow attached image

Library → Options → Inputs → ADD

–redacted image–

Believe you can do this with either the text or text box. I know you mentioned it converts to string, but you may need to append “.encodeAsJson()” to the output. Something like this:

‘<%= customOptions.myFieldName.encodeAsJson() %>’

I did the test as requested and the error persists.