Nov 16 2021 04:16 AM - edited Nov 16 2021 06:49 AM
Hi,
I'm trying to build a flow which checks if a website has been updated within the last x days.
For this I use a HTTP connector:
I searched the sites source code and found this under the meta data:
<meta name="lastModifiedDate" content="2021-10-13T17:42:22.686Z"/>
Is there a chance to get the content value of the meta "lastModifiedDate" with the HTTP connector?
The rest of the Flow would be a conversion to a date/time format and check if the date is younger than x days.
Greetings