How to assign same input to certain rows in a column

Hello dear Gliders!

Please, advise what is the best way to do the following.

I have a list of workers, I check a few of them who worked for 8 hours today, and assign this number to all of them at once (see screenshot).

It might not be a problem if there are just 5 of them, but imagine that there are 50 workers. And I need to input not hours only but some other inputs to certain multiple workers too.

What is the best way to make it work?

What are “some other inputs” here?

I mean I need to put not hours only, but also locations, types of activities etc. the same way as hours

They can be predefined choices

What you are looking for is bulk editing… not possible in native Glide components, but there are some workarounds for that:

1 Like

Is the column you’re working with a basic column or a user-specific column? If it’s a basic column you can leverage the Glide API to do it.

1 Like

Thank you for your idea.

Can you explain it to me a bit more, please?

You can use a Call API action (Business/Enterprise) or a combination of webhook & Make.com to do HTTP calls and adjust the values using the “set-columns-in-row” action.

1 Like

Thank you! I will try to do this.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.