Hi, is there a way to use the %%RESPONSE_ID%% variable inside the form, i.e. to put it in a hidden field and to save it in the linked google spredsheet? I have the following problem: I have a workflow where every form is connected to a google spreadsheet. I need to link, in the spreadsheet, all the lines filled by the different forms of the same submission, so I thought to use as id the %%RESPONSE_ID%% of the first form passed as a parameter to the subsequent ones. But I miss the first form: I tried to put %%RESPONSE_ID%% as a formula in a hidden field, but it doesn't work.