The ‘Run’ button is not working for Workflow

Hello, I’m just new to Glide and no coding knowledge. Would you be so kind to help me as to why the ‘run’ button is not clickable? My goal is that when someone filled out the form under ‘CS Team Question’ I will get an email to be notified and if possible I can also reply on my email and automatically update the column ‘Answer’

What do you think is am I missing here? Appreciate all your answer.

1 Like

That’s an App interaction workflow. You need to attach it to a screen component such as a button. If you want it to be executed when a form is submitted, then you should configure it as an onSubmit action on the form.

2 Likes