I’m getting the form using rest api and render it in my application using form-js; I have in the form a select component associated via “input Data” to a form variable; when I get the form schema via rest api I see that that the name of teh variable is in the attribute valuesKey of the component; how can I fill the select component? Tks.
Hi @Stefano_Miglia, welcome to the forums! While I hate to redirect you, it might be best to ask this question on the BPMN.io forums, which is the dedicated forum for working with form-js. I admit, I am not an expert here and this is just a guess, but I suspect you need to load the variable context with the schema, as seen here in the docs.