Тёмный
No video :(

PowerAutomate - Get Column before & After value changes 

M365 Tech Help
Подписаться 10 тыс.
Просмотров 20 тыс.
50% 1

This video explains how to get previous value of field changes in SharePoint item using Power Automate.
Watch full video to understand how you can fetch previous version of SharePoint Item using a MS flow (Power Automate)

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@ouldsaidseifeddine975
@ouldsaidseifeddine975 Год назад
Thank you man you made it so easy, because of you i kept my job
@m365techhelp
@m365techhelp Год назад
Glad to know that 😊
@gizachewwondwosen1556
@gizachewwondwosen1556 Год назад
it's very helpful and easy to understand even for beginners
@m365techhelp
@m365techhelp Год назад
Glad to hear that
@KuldeepSingh-nq1vi
@KuldeepSingh-nq1vi 6 месяцев назад
Very Nice and Informative Video Sir..
@m365techhelp
@m365techhelp 6 месяцев назад
Thanks 🙏
@sialmiroma
@sialmiroma Год назад
Thank you so much, this is exactly what I was looking for.
@m365techhelp
@m365techhelp Год назад
Glad it was helpful!
@edwardhodson6493
@edwardhodson6493 2 года назад
Awesome solution. Thank you so much!
@m365techhelp
@m365techhelp 2 года назад
You're welcome!
@jennifergonzalez5356
@jennifergonzalez5356 Год назад
Thank you! I got it working!
@m365techhelp
@m365techhelp Год назад
Glad it helped
@EmilieAnna
@EmilieAnna Год назад
Thank you for your video! It helped me a lot :)
@m365techhelp
@m365techhelp Год назад
Glad it helped !
@ankursingh6233
@ankursingh6233 2 года назад
Thanks. Very helpful. Great work.
@motivationalquotes3180
@motivationalquotes3180 2 года назад
Great help....Thank You
@m365techhelp
@m365techhelp 2 года назад
You're welcome!
@alondraespinal5115
@alondraespinal5115 4 месяца назад
Great video. Thank you. What about if I want to add the before and after value changes to a second sharepoint list instead of sending it on an email. Is this possible? I’m trying to create a list where I can track all the changes users do to the main sharepoint list. Thank you.
@teresaagustin5191
@teresaagustin5191 2 года назад
Great solution. Thanks for sharing your knowledge!
@m365techhelp
@m365techhelp 2 года назад
You're welcome!
@shathike4079
@shathike4079 2 года назад
Hi, its interesting Kindly advise, Consolidate multiple SharePoint lists (diff. columns) into one using Power Automate
@pouyanebrahimi835
@pouyanebrahimi835 19 дней назад
Great Video. THANK YOU. I want to use the same flow using a Recurrence trigger. When I do so, the flow give following error message. I am using {item()?['{TriggerWindowStartToken}']} as my since parameter. Error: Action 'Get_changes_for_an_item_or_a_file_(properties_only)_1' failed
@pouyanebrahimi835
@pouyanebrahimi835 19 дней назад
Never mind, I used an static time (from 1 hr ago)
@mistellegodlewski8530
@mistellegodlewski8530 2 года назад
This was very helpful. Thank you. Is there a way to have a ".d."status" where status is a two word column name? I'd like to see a change to a column which is two words instead of 1, if possible.
@m365techhelp
@m365techhelp 2 года назад
Thanks for your comment ! You can use the field internal name if your column has spaces for ex- Project_x0020_Name You can see the internal as output at video 9:11 timestamp
@centickles8757
@centickles8757 Год назад
Thank you
@martinsvoboda1237
@martinsvoboda1237 Год назад
hello, can u help me please? I need to find out which item has changed and store it in a variable, and then write information about this item, such as the previous and its current value, to a text file on a new line.
@rebeccadamazyn7709
@rebeccadamazyn7709 2 года назад
So, I followed the instructions but when I try to put in the expression for my column name Complete, it says invalid expression. the expression I am using is body('Send_an_HTTP_request_to_Sharepoint')d.Complete . Any advice?
@m365techhelp
@m365techhelp 2 года назад
I could see you missed a dot , it should be : body('Send_an_HTTP_request_to_Sharepoint').d.Complete
@rebeccadamazyn7709
@rebeccadamazyn7709 2 года назад
Thank you for your reply. What if you have a column with multiple works like "complete status"? I tried to use a space but it errors out on the flow.
@vivekpande7748
@vivekpande7748 2 года назад
Good one!
@venkateshyadav6640
@venkateshyadav6640 Год назад
Hi this is really helpful but after running the flow in the body of "send http req to sharepoint" i am getting all previous values of all the time from the beginning, can you plz help me how to get only last previous values before modification
@jonathancrane969
@jonathancrane969 2 года назад
Do you know how to get old value and new value of the Name column? Can't find "Has Column Changed: Name"
@m365techhelp
@m365techhelp 2 года назад
Use action "Get changes for an item or a file (properties only)". Run a flow once - In success instance when you click on above action , you will see Has Column Changed : Column Name
@jonathancrane969
@jonathancrane969 2 года назад
@@m365techhelp I did use it, but the Name colum is not in there, like it is a special column.
@loicvdw112
@loicvdw112 10 месяцев назад
Thank you.
@minlo8079
@minlo8079 2 года назад
Hi, thank you this was very clear. I managed to follow the instruction and got my ''previous due date'' value in the workflow. But the date formatting I got was ''YYYY-MM-DD time '', I would like to remove the time, may I know how to make the value in the ''YYYY-MM-DD'' format? thanks a lot! :) (I already unselected the ''include time'' option in the SharePoint list via column setting, therefore I believe the change should be made in the power automate)
@bernardtants
@bernardtants 2 года назад
use the utcNow() expression. for example you can change the format to utcNow('dd-MMM-yyyy')
@Greg-rw5xq
@Greg-rw5xq Год назад
10:44 - does anyone know why when I type "true" the resolved value that appears in the right hand side is [fx] undefined(...)? It still works, BTW - just weird that it shows the label undefined.
@newlife-bp9zj
@newlife-bp9zj 2 года назад
Thank you so much, do you have a tipping website, id like to buy you a coffee
@m365techhelp
@m365techhelp 2 года назад
Thanks so much ! Really glad that it helped you, Your comments & likes are enough for me to keep me motivated 😊
@carlw
@carlw 2 года назад
That's pretty cool. HOWEVER, I'm looking for changes in "Content Type" and there is no "Has Column Changed: Content Type" :(
@brpanda23
@brpanda23 Год назад
I am stuck at the last step where are you doing .d.status. It throws an error. Says status doesn't exist, where I can see it with previous data in the raw output. If I see the raw output - body, d, results then each version with attributes. One thing though, for URI, I don't see versions(number). Like yours mine is not pointing to any number, URI just like versions(). I see all 5 histories with current version data, wonder if it is related to the version uri. Any idea where I am doing wrong.
@brpanda23
@brpanda23 Год назад
never mind, a typo error broke it. All good
@radiosonicfan1726
@radiosonicfan1726 2 года назад
Can you add code snippets to the description text above?
@m365techhelp
@m365techhelp 2 года назад
I hope you are looking for below api call code, but I would suggest to create it dynamically as your step name could be different. I explained it at the 7:45 mark, how to build the string. _api/web/lists/getByTitle('Project List')/items(@{triggerOutputs()?['body/ID']})/versions(@{outputs('Get_changes_for_an_item_or_a_file_(properties_only)')?['body/SinceVersionId']})
@radiosonicfan1726
@radiosonicfan1726 2 года назад
@@m365techhelp Your video helped me greatly. Thank you.
@imotumbokanaka4157
@imotumbokanaka4157 2 года назад
You miss the most important step how did you get the API code and where
@m365techhelp
@m365techhelp 2 года назад
The api is of sharepoint rest end point. If you are working in SharePoint is nothing new
@GuidoSalami1
@GuidoSalami1 Год назад
why do this when you can get item?
Далее
Power Automate SharePoint Get Column Changes
12:55
Просмотров 48 тыс.
MILLION JAMOASI 2024 4K
2:17:51
Просмотров 12 млн
PowerAutomate - Protect PDF with Password
7:24
Просмотров 7 тыс.
Run a flow when a SharePoint column is modified
9:58
Просмотров 127 тыс.
JSON Intro for Microsoft 365 People
20:57
Просмотров 28 тыс.