Hi there! Is there a way to create a templat...

Hi there!

Is there a way to create a template for a workflow rule that send data from a table depending on some values?

I have a table with car brands and models (this car brands and models are list values), and I want the App to send me an email with the information that I select.

Eg: I open a new form, select from the car brand list “Nissan”, and from the model car list “GTR”, then the workflow send me an email with the information that I just select.

Is it posible? If it is, how can I do it?

Thanks

@RezaRaoofi @Aleksi_Alkio

0 3 333
3 REPLIES 3

Yes you can do that. When you save the form, you can read the data from that record and then filter data from another table if that’s what you are looking for.

For example…

<<START: SELECT(AnotherTableName[KeyColumn],AND([Brand]=[_THISROW].[Brand],[Model]=[_THISROW].[Model]))>><<[Model]>> Etc…

@Aleksi_Alkio

Many thanks Aleksi!!! It works, game changing solution!

You’re welcome

Top Labels in this Space