🔑How to Store a Password
Here's the code we recommend, which will work with both deployed Flows and Flows in the builder/standalone/feedback mode:
const password = document.querySelector('savvy-flow')?.shadowRoot?.querySelector('input[type="password"]')?.value || document.querySelector('input[type="password"]')?.value
Last updated
Was this helpful?