I have a JSON file - options.json
which looks like this -
{
"option1" : "abc",
"option2" : "xyz"
}
I have saved this file in AEM's DAM.
I want AEM form's dropdown list to be populated using the values from this file. How do I achieve this?
Please note - entering path of this file in the Items Load Path
field doesnt work.
Based on the information you provided I assume that you want to do this in the Adobe product called AEM Forms
.
Solution outline:
You can find the documentation for this here:
Google will give you more links and examples.