Is there a way to include more than just one ...

Is there a way to include more than just one row in a workflow?

Example: I want to have all the forms filled out by โ€œJimโ€ in the [author] Column inside one workflow PDF.

0 7 354
7 REPLIES 7

Yes, you can; read this document for general information about sending email by a workflow rule or scheduled report: https://help.appsheet.com/behavior/workflow-sending-email/sending-email-from-a-workflow-rule-or-sche...

And read this one in particular about including more than one row in a workflow: https://help.appsheet.com/behavior/workflow-sending-email/template-start-expressions

@RezaRaoofi hey, Iโ€™m having issues getting it to show more than just the one row. What I have so far is,

โ€œ<<Start:Select(Manager Meeting[_ComputedKey], ([Project_Name] = [_THISROW].[Project_Name]))>>โ€

Where the goal is to grab all the manager meetings with the same Project_Name as the row that was just edited.

I probably have it completely off, but if you have any suggestions Iโ€™m open

The <Start:...> Tag seems to be correct; what about the rest? CAn you post the template? Have you added <> within <Start:...> โ€ฆ <> tags in your template?

@RezaRaoofi What do you mean โ€œadded the column nameโ€? In the workflow, I have the columns I want to add into the template on there.

Have you tried a simple single <Start:...> โ€ฆ <> template and checked what the results is? Or if you can find any errors in audit log?

@RezaRaoofi I tried placing the <>

before the the other <> functions, and it worked, but it didnโ€™t have the other tables required, aside from the row the user is editing and that is after all the other tables with the same project name. (Hope this made senseโ€ฆ)

Top Labels in this Space