Hi Everyone,
Does glide gives the option play a sound or audio when a new row is entered in the system.?
Thanks,
Hi Everyone,
Does glide gives the option play a sound or audio when a new row is entered in the system.?
Thanks,
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.
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?
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?
I want when other user from different device submits the form and record is added, it must create a sound on my side.
I want a sound shall be played as a notification that a row has been added by some user.
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.
I haven’t tested to see if this allows a notification sound, but something for you to explore.
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