You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: workflow emails and messages can now use the option LABEL a visitor actually chose, not the value stored behind it. {{ labels.workshop }} writes "Hand-Cut Joinery Intensive" where {{ data.workshop }} writes "joinery". Machine steps keep using the raw value, so nothing existing changes.
Fixed: uploaded-file details in workflows are now documented as they actually behave — keyed by field name, with no file URL, and a shape that changes when more than one file is attached. Each of those failed silently before, producing a workflow that reported success while sending nothing.
Fixed: the connector could not reach an HTTPS local development site.