Logic App Service Now List tool

Peter Simpson (UK) 0 Reputation points
2023-04-06T12:10:42.8+00:00

I would like to use the Logic App Service Now List tool to retrieve records from SNow, but I dont want all of the Service Now fields. The SNoW List Records tool only offers the query but does not allow me to specify the fields as I can with an API call, using sysparm__fields=number,short_descrpition etc. I have tried adding sysparm_fields to the end of the query and this does not work. Can another parameter be added to the tool, or do I need to filter the JSON after it have been pulled from SNow. If so how do i do that? Thanks User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,544 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. MikeUrnun 9,777 Reputation points Moderator
    2023-04-12T23:19:04.3966667+00:00

    Hello, @Peter Simpson (UK) - Thanks for reaching out!

    If the connector is confirmed to have not returning all of the fields from SNow despite having specified them in the query which is its only available means for such functionality, it is more of a supportability issue on the connector side, and if that is indeed the case, I recommend submitting a feature request on the Feedback Portal for the Product team to consider & prioritize the matter in the future roadmap. In the meantime, you'd have to construct your own solution using either the HTTP Connector or building your own custom connector which may not be as substantial of an undertaking as it might sound.

    On the other hand, if the connector is returning all of the fields and more data such that it is more of a matter of filtering out the ones you actually need in the subsequent actions of your Logic Apps workflow, you'll want to take a look at the Data Operations features in Logic Apps: Perform data operations in Azure Logic Apps

    Depending on your exact requirements, you can transform the data fields by using operations such as Compose, Parse JSON, etc. Let me know if you need any assistance on this part. If you provide an example data set that you are already receiving from the connector, and an ideal data set that you'd like it to transform to, then I'd be able to provide you with a more specific example for accomplishing the transformation.

    I hope this helps, let me know if you have any further questions ;)

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.