Launched: Set control value action

This should help!

Here’s the one for the last 180 days:

SetControlValue(MyControl, 
  List(
    Today() - 180,
    Today()
  )
)
3 Likes