Hi there, here's the usecase I'm trying to implement:
- Every day I send out (via MS Flow) an Email with a different question to a bunch of recipients
- In each Email there is a link to a Form where the recipients can enter their answer to the given question
- Everyday, the answers are processed by some Flows
Ideally, the form would look like this:
Please answer the following question:
<question>
Your answer:
[AnswerField]
The problem I am facing is with the <question> part:
- Having different Forms for each questions would be "right". But manually generating a new Form for each question is too tedious ; even with the use of templates. And I haven't found a way to automate this process.
- As answered here, prepopulation of fields is not (yet) supported by Microsoft Forms (or is it?), so I cannot have a generic Form with a placeholder that is then replaced via Query URL parameters, can I?
Any creative idea how I can solve this workflow?
Thanks,
T.B.