I would like your support for listing a list of database name in dropdown ?
We have for example 4 database name :
dog
cat
fish
bird
All with multiple fields and specific data.
On display on a page, we want that the user can select a database name from a dropdown and then display the current data on a repeating group
Assuming you know what the datatypes are (which you must do), you can either just use static text options for the dropdown, or an option set.
As a Repeating Group can only have 1 defined content type (which can’t be changed conditionally), you’ll need to have 4 repeating groups on the page, then use conditions to show/hide them depending on which option from the dropdown is selected.