Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Power Automate INVALID PARAMETER - Generate Document from MSFT data and word template

New Here ,
Jun 28, 2022 Jun 28, 2022

I am trying to generate a PDF document from a Microsoft forms. 

The problems is that I keep having an INVALID PARAMETER because one of the data in the form. 

The data is generated from a question in which the person can choose more than one option (check boxes). In excel the data appears like this: ["Docking Station","Monitor"] and when I try to merge files the system gets in conflict and generates the below JSON: 

 

{
"Equipamentos": "["Docking Station","Monitor"]"
}

 

With that above JSON it is not possible finalize the flow..

 

Grateful if anyone could help me with this issue. 

 

 

TOPICS
Document Generation API , Power Automate
1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 14, 2022 Jul 14, 2022
LATEST

It is most likely because you have unescaped quotes.

 

When you are inserting the variable in your action, don't include quotes around your variable.

BenVanderberg_0-1657839548607.png

 

BenVanderberg_1-1657839566960.png

 

If that doesn't work, then you might need to format your data before it goes in.

BenVanderberg_2-1657839652156.png

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources