I want to set the current date as a variable in variables section. The problem is that in variables section I cannot call any robot keywords. Is their a way to do this using python?
for example:
my .robot looks like this:
Variables***
${current_date} 2021-9-2
and I would like to set the date dynamically with something like this:
Variables***
${current_date} date.today()