Forum Discussion
johncrouse62
Aug 07, 2024Copper Contributor
SharePoint Lists - Display one Choice selection in a Second Column Also.
I have two columns in a SharePoint List. Let’s call the Column 1 and Column 2. They are both Choice Columns. They also both share two common choices, Completed and Cancelled. If someone selects one o...
michalkornet
Aug 08, 2024Steel Contributor
Hi johncrouse62,
Wouldn't this code display the value correctly?
"txtContent": "=if([$Column2] != '', [$Column2], '')"
And, of course, similar column formatting code should be added to Column2. This will be just a representation of the column value. The underlying value will still be empty in one of the columns. If you want to sync the values, you might consider using a Power Automate flow.