Hi All,
I am building a flow that will take text from incoming email and add that text to a correlating field in a SharePoint list. I am using the following YouTTube video as a reference: https://www.youtube.com/watch?v=4bbvrBuW1Z8
I keep getting the following error when I attempt to save the flow:
The template validation failed: 'The action(s) 'Alarm Ref' referenced by 'inputs' in action 'Compose_Alarm_Ref_Output' are not defined in the template.'.
Included are some screenshots of my flow, and here is some additional information:
'Compose' step expression:
Solved! Go to Solution.
Hi @mblotz
substring(body('Html_to_text'),outputs('Alarm Ref'), 10)
should become
substring(body('Html_to_text'),outputs('Compose_Alarm_Ref'), 10)
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @mblotz
substring(body('Html_to_text'),outputs('Alarm Ref'), 10)
should become
substring(body('Html_to_text'),outputs('Compose_Alarm_Ref'), 10)
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
53 | |
41 | |
39 | |
38 | |
36 |
User | Count |
---|---|
77 | |
72 | |
71 | |
54 | |
49 |