Generating Workflow Template

Hi.

I have created a simple search form (Generate Transfer Template) with one column [Treatment Date]. When the user submits this date I need to generate a workflow template populated with the rows in another table (Operations Master Check) that match the date submitted in the form. I have generated workflows using one table but not sure how to generate it in this scenario.

Any help would be great, thank you.

0 3 232
3 REPLIES 3

You can trigger that template directly from the โ€œGenerate Transferโ€ table like
<<Start: SELECT(Operations Master Check[KeyColumnName],[Date]=[_THISROW].[Treatment Date])>>

Great. Thank you @Aleksi.

Youโ€™re welcome

Top Labels in this Space