Hi community
I have a public web page here as an example:
https://aca-prod.accela.com/MILARA/GeneralProperty/LicenseeDetail.aspx?LicenseeNumber=2901014894&LicenseeType=Dentist
I need Alteryx to pull the License Expiration Date which in this case is 9/29/2024
I have a WF attached to pull the HTML.
I am not HTML expert, but it looks like the below is the element I need:
<div>
<a id="ctl00_PlaceHolderMain_ucConditon_gdvConditionList_ctl01_lnkExpirationDateHeader" title="Expiration Date " onclick="SetNotAskForSPEAR();" href="javascript:__doPostBack('ctl00$PlaceHolderMain$ucConditon$gdvConditionList$ctl01$lnkExpirationDateHeader','')"><span>Expiration Date </span></a>
</div>
how do I get Alteryx to read the actual expiration in so that the data shows 9/29/2024
Thank you!!!