Work in Progress: How to Store a Password
We deliberately don't store the actual password (just ****
) in the user data, so password inputs have to be obtained manually using JS.
Here's the code we recommend, which will work with both deployed Flows and Flows in the builder/standalone/feedback mode:
PreviousWork in Progress: How to Ping an APINextWork in Progress: How to Bring Data from Google Sheet
Last updated