Populating connect-rest end point url through data page reference
Hi ,
we recently upgraded platfrom from 7.3 to 8.3 .
in 7.3 version , connect rest rule : we used to set resouce path fro value from datapages
like below example
resouce path =D_EnvSettings.pyEndpointURL ,
after upgrading to 8.3 , the above configuration is not supporting . it is asking us to change to GRS ( global resouce setting ) .
can you suggest us is there way i can retreive the endpoint urls from the datapage and refer it in the resource path dynamically
Note : we can achevie it by calling connect rest method from an activity but all our connect rests are invoked from data pages . and we dont have to change it to activites .