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
Is there any way to use today's date as a variable in a source url?
I have a dataset that is updated weekly but the url path changes for each new release using the release date so it will immediately break after a week.
Is there any way to use today's date as a variable in a source url?
I have a dataset that is updated weekly but the url path changes for each new release using the release date so it will immediately break after a week.
example URL:
https://grafws.kadastrs.lv/atom/ad/20241021/Address.gml.zip
Is it possible to do something like this?
https://grafws.kadastrs.lv/atom/ad/${today}/Address.gml.zip
The text was updated successfully, but these errors were encountered: