Check Href link exists or not

Hi @gokulvasant ,

Use Http Request Activity
In Properties
Input->EndPoint ->Give the Url here (row value)
Input->Method->Head
Output->StatusCode-> create int variable (intvalid)
if intvalid is equal to 200
then valid url
else invalid url.

For reference
validate site url.xaml (5.6 KB)

Regards,
Arivu

1 Like