Hi all
I have a flow connected to Dataverse. Right now I have some users with different start times next to their record in dataverse but as you know, dataverse does not allow time only columns so Im stuck with a past date next to their name which is why im trying to retrieve the current date and time associated with the employee record in my flow.
So this is what I have tried -
Initialize Variable

Set Variable with the employee start time record it's pulling from dataverse (01/11/2021 7:00AM) which is past date.

Set condition so that if time now is less than whatever time the employee has next to them, update rows.

The issue here is that the variable is picking up the set dataverse date and time in the employee record. What I want is the variable to have the current date (today) and whatever time is set in the dataverse next to employee record.
So basically I need to somehow modify this variable below so that it still picks up the employee record in dataverse but instead of having the past date, I need today's date and whatever time is next to that past date in dataverse.

Here are some records in dataverse that the variable would retreive -

So these dates are past dates but have the correct times I need to retrieve.
Let me know if you need any more info, I'm still learning flows so thanks for the help.