Forum Discussion
Gary1
Qrew Cadet
I think you just need to add the repeat markers, like this:
%RepeatOn%
<qdbapi>
<udata>mydata</udata>
<ticket>auth_ticket</ticket>
<apptoken>app_token</apptoken>
<rid>[record_id]</rid>
<field fid="[field_id]" filename="delete"></field>
</qdbapi>
%RepeatOff%
------------------------------
gary
------------------------------
AlisonFisher1
2 years agoQrew Trainee
Hi Gary - Thanks for the suggestion. I added the RepeatOn/Off inside the webhook as in below but it still only updates the first record checked (adding them where you suggested gave an error message).
<qdbapi>
<udata>mydata</udata>
<ticket>auth_ticket</ticket>
<apptoken>app_token</apptoken>
%RepeatOn%
<rid>[record_id]</rid>
<field fid="[field_id]" filename="delete"></field>
%RepeatOff%
</qdbapi>
------------------------------
Alison Fisher
------------------------------