Edge MC: Node-Red

hello @shannon.stevenson, welcome to the Tulip community!! it would be great if you could introduce yourself at: Welcome to the Community, let's meet!!

and great to hear you’re using the Edge MC already. just to confirm, are you getting data through the Tables API?? if so, you can filter on specific columns, to only get the Records that match the date criteria you define to speed up the process.

you can add a Query Parameter to filter by a Datetime column in the Table:


as you can see above, the API call only returned the 3 Records that met the Filter criteria from the Table:

you can see more information from https://{{instance_name}}.tulip.co/apiDocs:

hope this helps, let me know if we misunderstood what you’d like to do!!