Asked by AndrewN on October 6, 2025
If I re‑import a CSV with modified records, will Twidget update existing records or create duplicates?
Answered by Twidget
Reimporting data into a table creates new records; it does not update existing records.
Downloading Zoom recording and saving file bytes
Yes. Use the HTTP Request command with response type set to ArrayBuffer to receive file bytes, then store those bytes as a file in Twidget’s file manager. From there you can transfer the file to YouTube using the YouTube API or another service.
Connecting Groove Funnels and SendFox; APIXDRIVE comparison; requests per month
1) Twidget can connect to any application that provides an API, including Groove Funnels and SendFox.
2) Twidget is not the same product as APIXDRIVE, though it performs similar integration functions.
3) "Requests per month" refers to the number of inbound API requests allowed by your...
Logging to a file
Use the Upload File command to write data to a file in the datastore (file manager).
Organization vs workspace and access/limits
An organization can contain multiple workspaces to separate resources. Your subscription plan applies at the organization level and its limits are shared across all workspaces. Team members are managed at the organization level, while each workspace maintains its own content and data. Cross‑works...
Forwarding POST data to a GET request and filling a form
Create a POST endpoint in Twidget that accepts the request body. Add a "Send HTTP Request" command to forward the extracted value to the target API (via GET or other method). The receiving page can then consume the GET response to populate the form.