@yashag2255 , thank you for you support.
InvalidTemplate. The execution of template action 'Select_Array_from_Excel_for_Word' failed: The evaluation of 'query' action 'where' expression '{ "Date": "@formatDateTime(addDays('1899-12-31',int(item()?['11_Date of Study'])),'yyyy-MM-dd')", "Start": "@formatDateTime(item()?['12_Start Time'],'HH:mm')", "Rest": "@formatNumber(int(item()?['13_Rest Hour']),'0.0')", "Finish": "@formatDateTime(item()?['14_Finish Time'],'HH:mm')", "Hour": "@formatNumber(int(item()?['15_Hours']),'0.0')", "Curriculum": "@item()?['21_Curriculum']", "Dept": "@item()?['22_Tutor Dept JP']", "Trainer": "@item()?['23_Tutor Name JP']", "Impression": "@item()?['31_Impression']", "Completion": "@item()?['32_Completion']" }' failed: 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
This is all error message what I got.
formatDateTime(addDays('1899-12-31',int(item()?['11_Date of Study'])),'yyyy-MM-dd')
This is my expression.
Previously it was working well, but got error once change the data source excel file,,, but the file was generated from the same system with same process, so basically it should be the same contents.