I've read the documentation at https://docs.microsoft.com/en-us/connectors/service-now/#list-records
From my experience using ServiceNow via the API directly it is possible to use a parameter called sysparm_fields. An example is as follows: sysparm_fields=company.u_company_code%2Cnumber%2Cpriority%2Cstate
However with the ServiceNow connector in Logic Apps, fields is not a parameter you can edit. It seems to just output all fields for the given record type.
Am I missing something? I would have thought it would be more efficient to just specify the required fields, but this doesn't seem to be possible. Is this an enhancement request that could be submitted?
I guess the workaround would be to not use the ServiceNow connector but if I'm looking for this then I'm thinking other users would need it too.
Thanks