Available application names in drop down

What is the way to show the name of all the existing App names in a single select drop down in the front end application to the User?

Hi @madhurima.paul2 -

Welcome to Tulip Community :tulip:

I am curious, what is your use case for needing all App names in a single select? Would you be looking for all App Names in a given Workspace?

Hello Beth,
Yes. Is it possible to view all the apps in a drop down in the workspace instance?
The requirement is that, the Users would like to see and choose apps against few parameters. It would be great if only certain apps can be shown for selection. Is that possible?

Hi @madhurima.paul2,

One way to accomplish this is to utilize the Stations API’s app-assignment get endpoint to list all the apps assigned to the station.

Another option would be to use the Tulip Apps API endpoint.

You can take the response from the connector call and put them in a dropdown.

Sincerely,

Jake

1 Like

Thanks much Jake!
Will try this out and keep you posted.

2 Likes