How to pass the value dynamically in REST messages endpoint
instated of {topicName} I wanted to pass the value for example a1_topic. And using put method I need to pass the payload.I tried with the below script var oAuthClient = new sn_auth.GlideOAuthClient();var params = {'grant_type': 'client_credentials',...
