Hi all
I been watching a wonderful old Flow video from a couple of years back https://www.youtube.com/watch?v=4OJDkBBEdhI&ab_channel=AbleBlue , and thought i would dip my toes into the power Automate world by copying the same steps with my University's sharepoint /Power Automate. Has the syntax between Flow and Automate slightly change for the replace () function. The video Flow syntax is replace(outputs('Get_file_content_-_from_the_simple_HTML_template_')?['body']),'{title}'),outputs('Get_item_-_the_Issue_(from_list_from_SharePoint)_')?['body/{Name}'] )
When I try to replicate the steps in Power Automate I get the following:
replace(body(' Get_file_content_HTML_Template'), ' {Title } ',body (get_item_-_Issue_Item')?['{Name}; ]) and Automate doesn't like it at all. I am at my wits end with this one -- help
Solved! Go to Solution.
Hi @bllknight007 ,
I think the issue is with your syntax,
replace(body(' Get_file_content_HTML_Template'), ' {Title } ',body (get_item_-_Issue_Item')?['{Name}; ]) .
Hope fixing this might work for you 😀
Hi @bllknight007 ,
I think the issue is with your syntax,
replace(body(' Get_file_content_HTML_Template'), ' {Title } ',body (get_item_-_Issue_Item')?['{Name}; ]) .
Hope fixing this might work for you 😀
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
42 | |
38 | |
37 | |
35 | |
25 |
User | Count |
---|---|
39 | |
36 | |
33 | |
31 | |
26 |