How to add multiple attachments to a cell using Pygrister and the Grist API

I came across this post by Dmitry_Sagalovskiy, which solved my problem.

The correct syntax is:

rec_updates = {'id': 1, 'photos': ['L', 5, 7]}

Thank you Dmitry.

1 Like