Forum Discussion

Raj's avatar
Raj
New Contributor II
8 years ago

ServiceNow Query

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

  • Miro's avatar
    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.