Good morning, I need to create a source filter in a record to retrieve those modified in the last half hour. I tried using the now() function, but you mentioned it’s not valid for this type of filter. Does anyone know another way to achieve this? Thank you very much.
Discussion posts and replies are publicly visible
Luis Miguel You can't use now(), loggedInUser(), rule or constant in record source filter.I would recommend you wherever you want data you can query using filter. a!subtractDateTime(startDateTime:now(),minutes:30)
Thank you so much, But this statement contains now() and it gives me the same error
Do not use this in source filter.When you are querying record data that time you can use this in filter value of column.While using in this functions a!queryRecordType() or a!recordData()