I have a Microsoft From with a numeric field (entry is limited to single digit) I am trying to add this numeric field to a date but I run in an error
nvalidTemplate. Unable to process template language expressions in action 'Create_item' inputs at line '1' and column '34836': 'The template language function 'addDays' expects its second parameter to be an integer. The provided value is of type 'String'. Please see https://aka.ms/logicexpressions#adddays for usage details.'.
the expression I am using is
addDays(outputs('Get_response_details')?['body/rb3f1f25faf5241b7ab7e3004eb2c809a'],outputs('Get_response_details')?['body/rae71681f172f4b618d046dee3a781420'],'yyyy-MM-dd')
Any ideas?
Thanks