hello~
i’d like to migrate notion’s row to glideapp. for this
i am applying webhook and i success create a row from notion to glide.
and now, I want to update the row.
for this. I made 'UniueID" column at glide table data and when row created , this column fill out created unique value automaticall.
according to documentation i read, for updating the row, notion side should know the UniqueID.
my question, how to dispatch this UniqueID to notion side.
another question is
Can i try this job by manually ( copy & paste ).
I tried like below for updating, but failure . if possible, let me know how to do this by manually