Fill values in dropdown from database on page load

How can i fill values in dropdown from database on page load?

hello @nitingoel82, that’s a great question.

once you’ve created a Connector to your Database: How to Write a SQL Connector Function | Tulip Help Center - Support for Building Manufacturing Apps, you can add a On Step Enter Trigger to Run the Connector Function and use the logic listed here: Table records in a select option - #4 by gio to populate the Single Select dropdown.

does that make sense?? let us know!!

Hi Gio,

I need to pull data from Tulip Master table based on filter condition, not from SQL server. please help on same.

OK, this guide: How to Use the Table API | Tulip Help Center - Support for Building Manufacturing Apps describes how you can pull information from a Tulip Table (including filters you need) into your App.

This article does not help how to fill values in dropdown from database. That will be grate if you can help us with sample project or document with step by step as we are new in Tulip tool.