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 328
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