I apologize for beating a dead horse. I have visited all the possible forum posts in regards to conditional formatting to adjust a fill color but can't seem to find one in the same scenario.
What I am attempting to do: In a PowerApp from a SP list is to use the value from a single choice dropdown where the choices are "Completed" "Scheduled" and "UnScheduled"
My rudimentary code in the Fill is as follows:
If('Final Photos Status_DataCard3'="Completed",Green, If('Final Photos Status_DataCard3'="UnScheduled",Red, If('Final Photos Status_DataCard3'="Scheduled",Yellow)))
I have a two fold issues which is I believe this is an invalid argument but being as it has been quite a while since I have coded anything like this I know I am just missing something. I also am getting the "PowerApps encountered an error while trying to evaluate this expression. Data Type: Control" message which I have been unable to resolve as of yet.
Any insight from this community would be greatly appreciated!