Hi,
I am trying to create item in my SP list from my Excel Table.
I am getting error msg -
Unable to process template language expressions in action 'Create_item' inputs at line '0' and column '0': 'The template language function 'float' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
my column i am trying to input is a general column in the excel table, could have blank values or values like .45, or 8.0.
I am using this expression - float(items('Apply_to_each_3')?['2023_01_02'])
which is not really a date field, it is a number type in the SP list.
Please help!