We have an scenario of building dynamic forms based on the JSON output from API call.
{
“Subject”:“Test”
“Description”: “Testing”
}
With this output, can we add input text field as subject, description to the form?
This topic was automatically closed after 70 days. New replies are no longer allowed.