I'm using the EMIT LANGUAGE SELECTOR LIST procedure in the Dynamic Content component but I'm getting an error message. It says I have to use a function that returns CLOB, but this APEX function was developed especially to use this type of component.
https://docs.oracle.com/database/apex-18.1/AEAPI/EMIT_LANGUAGE_SELECTOR_LIST-Procedure.htm#AEAPI-GUID-99ACD9EA-9250-4DEF-B6B4-0B95E3F97D9B
What can I do to solve my problem?
Maybe converting the result of the procedure to CLOB or using a new function?