Create a single estimate
Status: Closed · Asked by Chris Man on · 0 views
Hi~
I have a single web form store all of the services enquiry. I would like to setup a workflow to create a separate estimate/quotation for individual service.
For example
Single Web form:
1. Service A
2. Service B
3. Service C
Output :
Service A -> Quotation 1
Service B -> Quotation 2
Service C -> Quotation 3
Is it possible to do that?
Thank you.
Hey @Foundstone
If you want to process the output for individual service quotations then use the Router action step.
Thank you for your help. I will try.