I am having trouble filtering my list rows because the expression I am using below throws the error;
"'formatDateTime', the value provided for date time string 'createdon' was not valid. The datetime string must match ISO 8601 format.'."
I don't know what is wrong with this format since it works perfectly in a compose outside of the List Rows (only difference is created on is inside an apply to each). I tried Item()?['createdon'] but it returns Null

div(sub(ticks(formatDateTime(utcNow(),'yyyy-MM-dd')),ticks(formatDateTime('createdon','yyyy-MM-dd'))),864000000000)