Output: Delete List Items: String ‘22’ was not recognized as a valid DateTime.Couldn’t store <22> in Modified Column. Expected type is DateTime.
Actually 22 is the ID Value.
There is no ID in dropdown list.
in columns to retrieve you need to select the column you need
also if the column name is changed it would show the old name and new name is seen only in sharepoint ui..to know old name goto list settings or inspect the page
The problem is solved by a rough way temporary.
The output format of the ID in trigger is string; So flow can not delete the sharepoint item if it uses the same output.
So I build a temporary datatable which I can control the format.
if the filter is the issue..then if you want to use ID..you see a blue use filter on the activity click on it and thwn it turns to use ID ..then you can filter by ID