Forum Discussion
apipko
9 years agoNew Member
Insert current date in extended editor
I get data via json let
content = "
{
""dimensions"": [""daily""],
""metrics"": [""visits"",""leads"",""sales"",""profit"",""marketing_cost"",""roi""],
""period"": {
""from"":""2017-06-...
- 9 years ago
See text below.
""to"":""" & DateTime.ToText(DateTime.LocalNow(), "yyyy-MM-dd") & "T00:00:00+0300""
v-chuncz-msft
Community Support
9 years ago