Flow sending forms results in a sharepoint list: error invalid template

Copper Contributor

Hello,

 

I have a flow that collects data from a forms and creates an item in a sharepoint list.

Data in the form are collected correctly but I get an error when Creating the item in the list:

 

InvalidTemplate. Impossible de traiter les expressions de langage de gabarit dans les entrées d'action « Create_item » à la ligne « 1 » et à la colonne « 46284 » : « La fonction de langage de gabarit « formatNumber » nécessite deux paramètres (plus un troisième facultatif). Le premier paramètre doit être le nombre à mettre en forme, le deuxième une chaîne de format numérique et le troisième, qui est facultatif, une chaîne correspondant aux paramètres régionaux (par défaut, « en-us »). La fonction a été appelée avec le ou les paramètres « 1 ». Pour obtenir les détails d'utilisation, consultez https://aka.ms/logicexpressions#FormatNumber. ».

 

I only have 70 columns so I don't understand where column 46284 comes from...

 

Any ideas?

 

Below is my flow:

Charlotte_Somny_0-1631867498097.pngCharlotte_Somny_1-1631867513105.pngCharlotte_Somny_2-1631867539994.pngCharlotte_Somny_3-1631867565299.pngCharlotte_Somny_4-1631867597182.png

 

4 Replies

@Charlotte_Somny I think you created the flow from a Power Automate template, and the one for forms has an error as it puts the get response details action inside an apply to each which is incorrect. The get response details shouold follow immediately after the trigger but not be in an apply to each, as shown below:
1-Flow.png

 

Rob
Los Gallardos
Microsoft Power Automate Community Super User

@RobElliott Thanks for your reply.

 

I tried to take out the "get response details" and put it right after the trigger as you said.

I face 2 problems then:

- #1: it automatically creates an "apply to each" section as soon as I fill in the Response Id.

Charlotte_Somny_1-1631880563087.png

- #2: once I remove the get response details from the original apply to each section, I cannot find any data to link:

Charlotte_Somny_2-1631880759770.png

Do you have any idea why?

 

You must have the get response details. I would copy your actions to your clipboard then create a new flow from scratch and add the trigger and the get response details.

@RobElliott  Hi Robb,

 

Thanks, I tried building one from scratch as suggested.

Charlotte_Somny_0-1631884682922.png

Charlotte_Somny_1-1631884737969.png

I am getting an error, but I don't understand why...

Charlotte_Somny_2-1631884789475.png