I have a configuration table with tables names to copy data. Sometimes I want all the columns, so I don't have to specify the mapping. But sometimes, I only want some columns. Is it possible to have a mapping json null and CopyDAta activity will take all the columns?
I tried to have the value nullable like that:

But it throw an error when the value is null in the configurable table.
Is it possible?

