My flow uses a manual trigger to start with a date input (Date added to list). Then I've got a Get items from SharePoint action.
I want to filter so that the Created date in the list equals the input date.
I have tried Created eq 'Date added to list' but it doesn't come up with any outputs even though I have one item with that date.
I thought it might be because Created is a date and time, so have tried using the startswith() and substringof() functions but it didn't like those. I also tried using the formatdatetime expression even though it already seems to be in the correct format.
Is there anything else I can try?