How to display in adaptive form data returned as array from REST API | Community
Skip to main content
February 5, 2020
Question

How to display in adaptive form data returned as array from REST API

  • February 5, 2020
  • 3 replies
  • 5584 views

Hi,

I was successfully able to return a single entity object from a REST API with a swagger definition and display the data in an adaptive form, but I want to know how I can display an array. AEM is not able to process the swagger definition for an array or map. I tried few combinations, can someone give me an example swagger definition of an REST endpoint which works with AEM data model. I am trying not to write code to do the same as I want it to make it easy for me to add endpoints at will and form authors should be able to just use it to populate a drop-down list on the adaptive form.

 

Appreciate the help. Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Mayank_Gandhi
Adobe Employee
Adobe Employee
February 10, 2020

Hi,

 

Are you already getting the array?

February 10, 2020
AEM Forms seems to recognize an array inside an object but not an array of objects at the top level. So I am using that format now. Thanks for your reply.
February 13, 2020

I created a top level object which nested the array I wanted and I was able to solve the issue like this. AEM Forms data model does not seem to recognize the array defined in the schema at the top level from what I can tell. Good thing is that now I am able to get my data and use it in forms without any custom code to call an RESTfull API.  

Adobe Employee
February 15, 2020

Your swagger file needs to define an array of objects. You can then map the objects in Adaptive Forms. In the form data model make sure you have selected return array of objects settings