Writeback Automation Fails with "The required inputs were not received" Error (Variables are correctly set)
Hi everyone,
I'm trying to set up a writeback automation in Qlik Cloud that takes user selections and writes a comment to a separate data store (like a Google Sheet or SharePoint list). However, I'm encountering the following issue:
"The required inputs were not received."
Here's my current setup:
I have input fields bound to variables (e.g. vComment, vID, ...) that populate correctly based on user selection. The variables are dynamically updated when a row is selected in a Qlik table.
I created a button that triggers the automation. I enabled "Include selections" and "Execute in triggered mode."
In the automation, I use a "Copy Inputs" block to receive the variable values.
However, the automation fails immediately with the error above and shows no logs or steps executed.
What I’ve tried:
Replacing dynamic expressions like =IDwith intermediary variables (vID2) and copying them into static ones (vID) using "Set Variable" actions before triggering the automation.
Ensured the button is correctly configured to execute the automation and that my selections yield a single row.
Additional Information:
Other automations (e.g. reloading apps) work fine.