Hi @v-yetonggu-msft, thank you for your response. I thought about using substring or slice, but I was able to do it this way:

The formulas I used:
formatDateTime(concat(substring(item()?['End Date'], 4, 4), '-', substring(item()?['End Date'], 2, 2), '-', substring(item()?['End Date'], 0, 2), 'T00:00:00Z'), 'en-AU', 'dd/MM/yyyy')
formatDateTime(concat(substring(item()?['Transaction Date'], 4, 4), '-', substring(item()?['Transaction Date'], 2, 2), '-', substring(item()?['Transaction Date'], 0, 2), 'T00:00:00Z'), 'en-AU', 'dd/MM/yyyy')