Send notification by users

Hi, i have a field service app and i want to send a notification to their smartphones when i open a service at the app.

So i’m trying to do it using workflow with this condition:

useremail()=[_Thisrow].[email]

But it’s not working, is there any way to do this?
we have almost 20 users and i want that only who will get the service been notified.

This might help

[Trigger Workflow With A Simple Action Button](https://community.appsheet.com/t/trigger-workflow-with-a-simple-action-button/36847) Tips & Tricks ?

*This tip will let you trigger a workflow without having to double back and clear the trigger column. Let’s create an action to trigger a workflow that sends an email. First, every table I create has a hidden trigger column, type text. Second, let’s create a simple data change action for the table that we want to trigger on with the following expression: CONCATENATE(“UNIQUE_KEY_WORDS”, " - ", NOW()) The key word can be anything you want, but you’ll want it to be unique and descriptive to wha…

2 Likes