How to Insert Color dynamically in Table Record

Hello,

I want to insert color in to Table record through the color variable from application.
user can pick any color from the field from application & when click on save button then want to insert it in table record.

Please let me know any helpful suggestion.
Thanks in advance.

Thanks & Regards,
Nitin Kolhe.

Hi @NitinKolhe - Welcome to the Tulip Community!

Do you already have the user selected color saved as a variable in your app? Also, do you have an existing Tulip table created and the table record and table record placeholder loaded into your app? If so, the next step will be to write that variable to a table.

Here I created a quick example - the table I am writing to is Test 1

In my test app, I created a variable for the user selected color, loaded the table record and created a record placeholder for the Test 1 table, and then I created a button with a trigger to write the user selected color variable to my Test 1 table


This knowledge base article may also be helpful for you How To Dynamically Change Colors of Widgets

Let me know if this helps or if you have additional questions :slight_smile: