Hey, community,
is it possible in the glide data table to make an update like
update tasks set assignee = ‘Tom’ where assignee = ‘John’ ?
It can be done, but only by using the Glide API.
Got it.
Thank you @Darren_Murphy !
Hey, community,
is it possible in the glide data table to make an update like
update tasks set assignee = ‘Tom’ where assignee = ‘John’ ?
It can be done, but only by using the Glide API.
Got it.
Thank you @Darren_Murphy !