cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

ServiceNow Query

Raj
New Contributor II

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.

1 REPLY 1

Miro
New Contributor

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.ServiceNow%20Query