I am creating a flow where I parse CSV data. I have setup my CDS table with text fields, Date fields and Decimal fields. In testing I am able to load text and date fields without issue. For the number fields I'm using the float expression to convert the number from text to a number format. In CDS I have tried both Decimal and Floating as the format but they will not load using the float expression. If I test load the field to a text formatted column and remove the expression they load fine. Any thoughts on resolving the issue are appreciated. If necessary I will re-format my fields to text but would prefer to bring them in if the correct format.
float(items('Apply_to_each')?['txtLoadHrsBucket1'])
Unable to process template language expressions in action 'Create_a_new_record' inputs at line '1' and column '21744': 'The template language function 'float' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.

