
Hello all, I tried to create item in list by using the data from parsed json. Every other fields are working well except one field called "Reg Date", When I'm using expression if(empty(item()?['[Reg Date]']),'',items('CreateSKU')['[Reg Date]']) it actually add nothing in that field of the list. I tried to set the the type of that column in list as text or date/time, neither works.