Possible to use variables in a blueprint/task based off answers provided in a request form?
If I create a request form with questions such as :
Customer Name: John Doe
Company Name : Doe Inc
Product requested : product123
Quantity : 3
I do know you can tag say customer name and company name to "Title" so that the blueprint title says "John Doe - Doe Inc". However, is it also possible to customize it further by having the blueprint title say : "John Doe - Doe Inc wants to order 3x of product123"?
For example it would be great to be able to generate the blueprint saying the title should be "{CustomerName} - {CompanyName} wants to order {Quantity}x of {ProductRequested}"
Hey Anthony, thanks for reaching out here 🙂
Currently there's no option to customize it to make it "{CustomerName} - {CompanyName} wants to order {Quantity}x of {ProductRequested}", but here's what's possible:
I created a Request Form mapping almost all the questions to the title:
And here's how the title looks like when the Form's submitted:
Where "A" is the product and "22" is the quantity. Please let me know if that helped 🙌
Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa Wrike Team member Become a Wrike expert with Wrike Discover
I had no idea that the Title worked like this! I thought it was all or nothing! That needs to be called out more explicitly in the documentation.