Hi,
Im using the tools Load Data Using Workspace directly on rest service putting the url of layer (like this https://mygis.map.com/arcgis/rest/services/UN/MyUtilityNetwork/FeatureServer/1 ) in field target of DataReference.xlsx
The loading of data work fine but the data are imported on default version. is there a way/parameter to import the data specify another version?
thank you
Solved! Go to Solution.
Loading data to a branch version is not supported in the Data Loading toolset. It's a good question though and it has come up before. I'll make note of this in our backlog.
Hello @gpgisandsky, I wanted to let you know we have enabled this in the Pro 3.7 release. It would require manually updating the path to your branch version in the DataReference workbook with the following syntax:
FeatureServerURL;VERSION=VERSIONNAME/LAYERID
Example:
https://example.esri.com/server/rest/services/ExampleService/FeatureServer;VERSION=user123@example.com.version_name/3
Loading data to a branch version is not supported in the Data Loading toolset. It's a good question though and it has come up before. I'll make note of this in our backlog.
hi Ted,
thank you for your replay and to make note in your backlog. Please, let's me know where there are some news.
Hi @TedHoward2, are there good news?
Hello @gpgisandsky, I wanted to let you know we have enabled this in the Pro 3.7 release. It would require manually updating the path to your branch version in the DataReference workbook with the following syntax:
FeatureServerURL;VERSION=VERSIONNAME/LAYERID
Example:
https://example.esri.com/server/rest/services/ExampleService/FeatureServer;VERSION=user123@example.com.version_name/3
Hi@TedHoward2 excellent! this is a good news! thank you!