Sound on new row entered

Hi Everyone,

Does glide gives the option play a sound or audio when a new row is entered in the system.?

Thanks,

1 Like

Yes in the workflow u will find an action called Play Sound

but how to trigger it? I was not able to find any action related to that, when the row is added, something.

1 Like

Do you want a sound to play when you add a row, or do you want it to play when another user adds a row from a different device?

1 Like

So, do you need a notification to know if a row is added? Or do you want the user to hear a sound when they add something?

1 Like

I want when other user from different device submits the form and record is added, it must create a sound on my side.

1 Like

I want a sound shall be played as a notification that a row has been added by some user.

1 Like

I think you could explore the Custom AI component. Maybe something where you could pass in a roll-up count of rows, and whenever that rollup value changes, play a sound.

1 Like

I haven’t tested to see if this allows a notification sound, but something for you to explore.

1 Like

this finally worked I got a component created by rolling up the total number of rows and show at the the front screen, custom component to trigger when number of screen changes and show a new window, and before showing I added 4-5 different sounds to make an audible alert, thanks

2 Likes