AEMaaCS Forms Core Components Dropdown Select Options - Rule Editor | Community
Skip to main content
Level 2
March 19, 2024

AEMaaCS Forms Core Components Dropdown Select Options - Rule Editor

  • March 19, 2024
  • 1 reply
  • 634 views

Hi All,

We are creating forms using Adaptive Form Core Components and there is a use case in which we need to populate dropdown options using Backend API. To cater to this scenario, we have created a Form Data Model from swagger provided.  However we are not able to populate the values of dropdown or configure dropdown options using  rule editor.

How do we configure options for select-based components (in this case dropdown)  using the visual rule editor and using form data model service output?

Any info would be greatly appreciated.

Thanks,

Mohit

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

1 reply

Vijay_Katoch
Community Advisor
Community Advisor
April 2, 2024

In FDM, you can test your services after creating the FDM. Have you tested your service there? If yes, is it fetching the expected data?

Level 2
April 2, 2024

@vijay_katoch Yes, the services work and returns expected response. after creating the FDM.

Issue that we are facing is how do we configure configure options for select-based core components (in this case dropdown)  using the visual rule editor and using form data model service output?

If you look closely Set Options Of rule type is not present for Core components hence the problem.