<SPAN class="" style="background: #f1c40f; font-weight: bold; padding: 0px 6px;">calculate</SPAN>(where, calc_expression, sql_format='standard')
lst_country = ["country1","country2","country3"]
for country in lst lst_country:
update_result = commune_flayer.calculate(where="nom = country", calc_expression={"field": "date_horaire", "value": provinces.attributes['date_horaire']})
Thanks