The main point of using Microsoft Forms and Plumsail actions is to select the MS Forms dynamic content and pass it to a Documents action. Most likely you need to Parse the Forms JSON prior this. Please find an example in this article.
Please share with me your flow screenshots, the parameters and word templates and I’ll advise mode specifically on the matter.
When I test the form with flow, it tells me the following :
{
"request": {
"url": "/flow/v1/Documents/jobs/ApplyDocxTemplate",
"traceId": "0HLNHRIK3BM8B:00000C5D"
},
"error": {
"code": "Plumsail.Actions.Api.DTO.Exceptions.DataValidationException",
"message": "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ",
"date": "2019-06-16T11:21:39.76307Z"
}
}
I can’t open the form, it says I don’t have enough permissions. Could you share the flow screenshots and the base64 string which is probably incorrect? You can find the string in the flow details after you run it.
{
"request": {
"url": "/flow/v1/Documents/jobs/ApplyDocxTemplate",
"traceId": "0HLNKMNLQPH71:0000011B"
},
"error": {
"code": "Plumsail.Actions.Api.DTO.Exceptions.DataValidationException",
"message": "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ",
"date": "2019-06-20T08:44:21.9838945Z"
}
}
Please make sure that you place JSON data and the source document content in correct fields in the action Create DOCX from template. Probably, JSON is placed into documents content field and vice versa.