AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node performs a universal search within a list resource by retrieving execution data based on a specified name. It is useful when you want to query and fetch specific entries from a list using a search term, enabling targeted data retrieval in workflows that require filtering or looking up particular items.

For example, if you have a list of tasks or records and want to find the one matching a certain name, this node allows you to input that name and get the corresponding data returned.

Properties

Name Meaning
Name The search term used to perform the universal search within the list. This is a required string input representing the name to look for.

Output

The node outputs JSON data containing the results of the universal search query. The structure typically includes the matched list entries corresponding to the provided name. If the node supports binary data output, it would represent any associated files or attachments related to the search results, but this is not indicated in the provided code.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard CIPP service.
  • Depends on the external AvantGuard CIPP API endpoint, configured via the node's credentials (resource API URL).
  • Uses the @avantguardllc/n8n-openapi-node package for building properties and handling OpenAPI integration.

Troubleshooting

  • Common issues:

    • Incorrect or missing API credentials will cause authentication failures.
    • Providing an empty or invalid "Name" property may result in no data being returned.
    • Network connectivity problems can prevent access to the external API.
  • Error messages:

    • Authentication errors typically indicate invalid or missing API keys; verify credentials configuration.
    • Validation errors may occur if the "Name" parameter is omitted or malformed; ensure it is a non-empty string.
    • Timeout or connection errors suggest network issues; check your internet connection and API availability.

Links and References

Discussion