Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node interacts with the Tallyfy workflow automation platform, specifically allowing you to update the value of a form field within a task. It is useful when you want to programmatically set or change the data entered into a form field during a workflow run.

Typical use cases include:

  • Automatically filling in or updating form fields based on external data or previous steps in an automation.
  • Allowing guest users to update form fields by providing their email for authentication.
  • Integrating Tallyfy form data updates into broader automated workflows.

For example, you might use this node to update a status field in a form after a certain condition is met or to record user input collected elsewhere into a Tallyfy form field.

Properties

Name Meaning
Form Field ID The unique identifier of the form field to update (CaptureValue ID).
Field Value The new value to set for the specified form field.
As Guest Whether to perform the update as a guest user. If true, requires specifying guest email.
Guest Email The email address of the guest user performing the update (required if "As Guest" is true).

Output

The node outputs the JSON response from the Tallyfy API after attempting to update the form field value. This typically includes confirmation of the updated field and its new value.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Tallyfy API.
  • The node uses the base URL https://go.tallyfy.com/api or a custom base URL if provided in credentials.
  • Requires the organization ID configured in the credentials to target the correct Tallyfy organization.

Troubleshooting

  • Missing or invalid Form Field ID: Ensure the Form Field ID corresponds to an existing form field in your Tallyfy workflow.
  • Guest update without email: If "As Guest" is enabled but no guest email is provided, the request will fail. Always provide a valid guest email in this case.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • API endpoint errors: Check that the organization ID is correct and that the form field belongs to the organization.
  • Network issues: Confirm network connectivity to the Tallyfy API endpoint.

If the node throws an error, it usually contains the API error message which can guide resolution (e.g., permission denied, not found).

Links and References

Discussion