Hi Folks,
Using the below formula, in gallery item to fill color:
If(Filter(SPList1, ProjectName) = Filter(SPList2, ProjectName) && LookUp(SPList2, ThisItem.DataDeleted = "false", true), RGBA(255, 0, 0, 1), RGBA(141, 198, 63, 1))
Gallery is made using SPList1, and sequenced using ProjectName column.
I am not sure, what is going wrong here, please help.