You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newRun(newText("{{Items.InnerCollection.InnerValue}}")),// --> same as ds.Items.InnerCollection.InnerValue
441
-
newRun(newText("{?{.NumericValue > 0 }}I'm only here if NumericValue is greater than 0 - {{ds.Items.InnerCollection.InnerValue}:toupper()}{{e}}I'm here if if this is not the case{{/}}")),
441
+
newRun(newText("{?{.NumericValue > 0 }}I'm only here if NumericValue is greater than 0 - {{ds.Items.InnerCollection.InnerValue}:toupper()}{{:}}I'm here if if this is not the case{{/}}")),
442
442
newRun(newText("{{/ds.Items.InnerCollection}}")),
443
443
newRun(newText("{{/Items}}")),// --> same as ds.Items.InnerCollection
444
444
newRun(newText("will be replaced {{company.Name}}"))
0 commit comments