Hi, Need gallary like option in Datatable to have row colour fill. Similar like how powerapps have Templete Fill where you can write switch statement to decide color of records depending on a field. Eg. Switch( UserStatus, "Pending", RGBA(255, 228, 225, 1), "In-Progress", RGBA(255, 228, 196, 1), "completed", RGBA(152, 251, 152, 1), RGBA(255, 255, 255, 0))
... View more