02-08-2018 09:59 AM
I have a bunch of tables to get from ServiceNow Query snap. I want to parameterize them by passing table variable. It is throwing up an error:
Failure: An error occurred while fetching the records (status code: 400), Reason: Bad Request, Resolution: Please verify account credentials and/or input data provided.
Table names are stored in metadata and I am querying the metadata to get the list of tables, and am passing the table name as $ojbname. Somehow, servicenow query snap is throwing error. How do I parameterize this?
Thanks.
07-09-2019 01:56 AM
Hi Raj,
I’m facing exactly the same issues. Have you had any luck in the meanwhile?
I think the problem is with passing nulls into the subsequent snaps. Seems like they are omitted. When I limit the columns to the ones which have never nulls, it works.