Select to view content in your preferred language

Best way to filter by date using 'Get data from feature layer'

465
1
09-18-2023 01:12 PM
TL2
by
Occasional Contributor III

I would like to get data based on date.  I have thought of two methods but have yet to test them out and think there must an easier day.  Here are my methods:

 

1. Using Available Fields to compete the date field with a unix time stamp.

2. Using the Where clause to filter through all records and get my results.

 

I would think there would be a more streamline way to retrieve records by date - get todays records.

Any ideas?  Thanks!

 

TL2_0-1695067904285.png

 

1 Reply
SeguridadSPRBUN
New Contributor

Puedes utilizar la opción "where" colocando esta exprecion

EditDate>='@{body('Convertir_la_zona_horaria')}' AND (Actividad_Realizada='@{triggerOutputs()?['body/feature/attributes/Actividad_Realizada']}')Usando el Where.jpg

0 Kudos