Work in Progress: 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
PreviousWork in Progress: How to Ping an APINextWork in Progress: How to Bring Data from Google Sheet
Last updated