Forum Discussion
Inputting conditional coding into alternating rows in Lists
TMalonson2205 you can't combine row and column formatting in the same JSON code. If you look at line 2 of your JSON you'll see that the schema is row-formatting. You would need to format the view with the alternating rows JSON and then format each column with the conditional formatting. I've not tried that but it could be quite a bit of work.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)
Hey Rob_Elliott,
So, this is Row formatting, it just happens to be conditional upon the information within a column.
I actually am modifying the provided JSON for alternating rows; I was just curious if there was a way to have it run this conditional first, then, if it is not met, default back to the alternating rows.
I really only care about the information within these 2 columns (and whether or not one is less than or equal to the other), all the others just need to be coded with the same formatting if the conditional is met.
IDK, putting in column by column wouldn't be too labor intensive, it's only one rule per column.
I wouldn't even need to use JSON.
Thanks for the idea.