If we have a Datatype 1, with multiple things, and on the User: Datatype 1 list of Datatype 1’s (created in a workflow with Step 1: Create Datatype 1, thing and Step 2: change user, Datatype 1 (list) Add “results of step 1”), how do we set the data source on an element to display the thing constrained/filtered by creation date?
Trying to figure out how to create the constraint on a list of things from the current user. Previously, I’ve been recalling the data by the data source of Datatype 1, with constraints of created by: current user and creation date >= midnight today and creation date < midnight tomorrow.
Thanks, @twilson9034 . Any idea how to have it filtered for a moment in time, between to other moments in time (ex: between a start and end time that are two elements) ?
The app already has these two starting and ending elements:
Element 1: today midnight
Element 2: tonight midnight
Thanks, @twilson9034 . No those data types are not. Actually looking to find the point in the database that will be somewhere inbetween the time of the 2 elements (range of today).
@twilson9034 I pretty much hacked at it and got it. Now the data is tied to the current user and can be pulled through the current user, then the filter for date range. Not sure if that will provide any better or worse performance in the short or long term (this will be a fairly large list over time). It seems like avoiding a “Do a search for” whenever possible could provide an improvement in performance?