Skip to content

FlowMint Workflows v0.7.0

Latest

Choose a tag to compare

@breonwilliams breonwilliams released this 03 Sep 11:57
· 1 commit to main since this release
  • 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.