This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Is anyone aware of any known issue with ServiceNow query Snap ? The documentation does not show any known issue.We have used ServiceNow query snap in one of our pipeline to query records from xyz table based on input field value.Sometimes this is ret...
I have a new requirement to read the files stored in Azure "File Shares". I didnt have the knowledge about "File Shares" in azure and did a little research. Its a virtual drive which can be used for storing files and uses the SMB protocol to read fro...
I’m trying to use the servicenow query snap to query a table.
For my use case, i may get few missing properties in a input request. I have to query servicenow and fetch these missing properties from a table if found, else just use the original reques...
I have a pipeline with duplicate check logic in place which queries a endpoint and if no matching record is found then stores the file at the endpoint.
My doubt is ,for a bulk upload call to this pipeline, will that duplicate check work or not. I und...
We have a pipeline in prod which does not have versioning enabled. For the same pipeline in dev i have made some new updates. Now i want to export and import this pipeline to test and prod but as a new version of current pipeline so that in case of a...
Yeah that is the last option. I'm also researching more on if this could be the issue with ServiceNow table API. Well lets see where this goes. Thank you
I'm able to create the SMB string but i guess the SMB account setup is messed up.I'm using correct domain name <myazureaccountname>.file.core.windows.net What i dont understand is what should i put username and password.Is it the Active Directory cre...
Thank you @sreddi for a detailed solution. This worked for me but i still have suggestion if ServiceNow query snap can return intialReq if pass through is enabled and no matching record is found. Can it be raised as an enhancement ?