
Announcements
Hi all,
I have created a flow which is:
Each job from my onenote page is a tick box can I include the tickbox within the email or if not could I have each job completed be separated by a bullet point?
How is this done.
Hi @AB21 ,
Do you want to include a checkbox in your email?
If so, I have a test for your reference.
In my scenario:
This is my OneNote page content:
range(1,length(xpath(xml(split(split(outputs('Get_page_content')?['body'],'</head>')[1],'</html>')[0]),'//p[@data-tag="to-do:completed"]')))
string(//p[@data-tag="to-do:completed"][items('Apply_to_each')])
xpath(xml(split(split(outputs('Get_page_content')?['body'],'</head>')[1],'</html>')[0]),outputs('Compose'))
Best Regards,
Sunshine Gu