Hello fellows 😊,
I'm building very simple flow between a forms and powerautomate to feed an excel file ==> only 3 steps.
- when a new answer is sent (trigger is someone filled the forms)
- get answer details
- add a line to a table (my excel file)
(I'm not sure this is 100% the correct english names)
everything works fine until I have a question that is : "Pays / Country" and plenty others with "/" (I guess it is my problem origin)
if I try to get this info
when I save the flow, I've got this message (Échec de l’enregistrement du flux avec le code « WorkflowOperationParametersExtraParameter » et le message « The API operation does not contain a definition for parameter 'item/Pays . Country'. ».)
does anybody knows how to tackle that ?