Trying to create a patch for columns that have names that are more than one word. One column name is Control Effective - when I try to enter it into the patch it says "unexpected character, this formula contains a colon where "effective" is expected. My code is
Patch (
'Datasource',
Defaults ('Datasource'),
{
Name: DataCardValue19.Text,
Control effective: DataCardValue13.Selected.Value
}
)