Hi All,
Currently, I would like to change my button color to Dark Blue when my column - "Status as on date" is "Completed". This column is a choice column in SharePoint List. I have used the formula below but it have formula error. What is the issue for the formula?
If(ThisItem.'Agreed timeline'="Agreed",RGBA(72, 61, 139, 1 ),RGBA(136, 160, 209, 1))
