Following up on @Paulie78 's formula, that will only work if the date is a date only field in Excel. Serial dates often include decimal values to represent partial days (time). Since Flow's INT() function can't handle decimal whole numbers I normally recommend using a more involved formula that will convert from decimal whole numbers as well as integers. Yours should be something like this:
addseconds('1899-12-30',int(formatnumber(mul(float(items('List_rows_present_in_a_table')['appmt_Date']),86400),'0’)))