Thank you for this amazing video. Can we provide sharepoint site address through variable?
@corporateprogramming Жыл бұрын
Thank you for the feedback! Yes you can using initialise variable action.
@dennisjohnson97533 жыл бұрын
I have a string variable of names in a list - how do I get the same name to only show once - not for every time it show in the list.
@corporateprogramming2 жыл бұрын
You can use “doesn’t contain” clause for the incoming name in condition before appending it to string variable.
@chhayagupta52032 жыл бұрын
Im first time working on Ms flows, I can't find dynamic add button in the box. I want to remove last comma from the appended string. Please help me
@corporateprogramming2 жыл бұрын
You could remove last comma from a string using below string function: Left(Your variable name, Len(Your variable name)-2)
@draco309711 ай бұрын
I need help and appreciate any advice. The scenario is, I may receive many emails (200-300) in a day. I would like to summarize the total occurrences on some of the contents and then trigger an automation email to me. For example : I received 200 emails today, 40 emails with the word Apple, 60 emails with the word Orange and the remaining Banana So I need to work a power automated script that can do a summary with every 24 hours and summarize the total occurrences of these words. Then initial and notification email to me for acknowledgment.
@corporateprogramming11 ай бұрын
Uploaded a video to guide step by step: Master Outlook Inbox: Automate Email Summaries with Power Automate #Tutorial #Productivity kzbin.info/www/bejne/fGjZnoqdlNiAn9U
@draco309711 ай бұрын
@@corporateprogramming Thank you very much
@draco309711 ай бұрын
@@corporateprogramming I have watched your excellent guidance video and truly appreciate your time and expertise. It helps me, but I am at a beginner level in Power Automation, I need some time to digest, explore, and try it. I will keep you posted on my results.