Re: Check existing date, go back home page
As far as i understood your scenario,
open excel sheet by launch excel activity
Read excel sheet by Read excel sheet activity
iterate through excel using For each activity
inside for each use if activity
in if activity write condition compare the dates by taking them into variables
if new date =existing date
input the data by using populate text field activity
use on block error activity for all steps
there use continue slow run
then run subflow
in that subflow use go to webpage
or click on link on web page activities..you can navigate to the web page.
Hope this helps
Usha.