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
set_array("animals[]")
do list("a","var":"$i")
copy_field("$i","animals[].$append.name")
path_as_value("$i","animals[].$last.pos")
end
replace_all("animals[].*.pos","^.*(\\d*)$","$1")
retain("animals[]")
Sometimes it can be necessary to copy the path name as value, at the moment we cannot do this.
The text was updated successfully, but these errors were encountered: