@asanz use the Get Items action and apply a Filter Query
The Syntax will be:
ColumnName eq 'expression'
(The expression must be put in single quotes)
The expression is: addDays(utcNow(),1,'yyyy-MM-dd')

This will get all items where the specified date column is set for tomorrow.