<@U04SE163WC8> how to case check in Jinja. I tried...
# replication-ask-ai
h
@kapa.ai how to case check in Jinja. I tried startTime: >- {{ config[[“start_date”]] is none else day_delta(-8, format=“%Y-%m-%d”) }} but it seems to not work
k
New message text here
h
@kapa.ai this seems logical but when start_date is not provided, it still doesn’t use day_delta(-8, format=“%Y-%m-%d”) . if a user input is left empty, is it considered none or “” in Jinja?
k
A message from kapa.ai
New message text here