
how to find current date oppositive value and previous date oppositive value. Then i need current value - previous value = output value
Change the date format to require one like dd MM yyyy hh: mm
And store the current time also in same format in one variable a and
Take time difference function a.subtract(b)
Or time difference(a-b)
Like this you can get the required values
Thanks !
@domsmgtmeet22

i need find this values
You can search by for each row
And apply filter on excel column based on the two values you required
After filtering
What is the step you need to perform
Please explain these part
@domsmgtmeet22
Hie @domsmgtmeet22 hope this method work for you
process flow

step 1 - your input

step 2- use filter activity

finally your output.
cheers Happy Automation
grate … find oppositive value
Not Getting your Point ? so any change you want from the previous Logic./
i need value…721487 and 721139
okay So you only need to change the column name in the for each loop like this
input

and inside for each pass column name as seen in the image
so your output look like this
process

cheers Happy Automation
super thank you… for your support
@domsmgtmeet22 so Kindly mark this solution and close this query so it help others too.
cheers Happy Automation
i have one more doubt

how to find month in text write month column
@domsmgtmeet22 please close this query as mark this solution and this is your new query so Create this with the new one . so it help other forum member too.
cheers Happy Automation
@domsmgtmeet22
Try with the below sequence:
newdate = DateTime.ParseExact(inputDate, “dd-MM-yyyy”, System.Globalization.CultureInfo.InvariantCulture)
monthName = parsedDate.ToString(“MMM”)
Use this inside for each row activity and as an input date pass the value present foreach row.
Thanks ,
Jagravi
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.



