Тёмный

Document multi user Approval Process by using PowerApps (No Power Automate) 

Krishna Rachakonda
Подписаться 379
Просмотров 16 тыс.
50% 1

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

 

4 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@morygold
@morygold 3 года назад
you are the best , thanks alot for the effort made
@FazilA
@FazilA 2 года назад
Great to see your video 😊
@richardares3255
@richardares3255 3 года назад
Great suggestion! I have been playing around with several approaches for approval in recent weeks. I always hit a problem when I must consider the situation where the file being approved is modified mid-process. If I want to secure document coherence, I must manage that. The internal approval functions in SP do that with versioning. Is there a way to add that to your solution without using PA?
@mtamitolanga
@mtamitolanga 2 года назад
Thank you for the video!! How do I make sure that approvers only see the item they supposed to approve in the library, in a case where I have multiple items in progress that is being processed by other approvers. Only see what you suppose to approve. Thank you
@toppanam611
@toppanam611 2 месяца назад
This is helpful. How could I default the Approver, so that the user can only choose from the default list instead they type in the approver name?
@elvismakuthi
@elvismakuthi 3 года назад
This is great however i have followed all the steps but Patch is having an error on completed approver,' indicating its expacting a Record and its getting a table"
@zafikamanzi6695
@zafikamanzi6695 Год назад
Hi Krishna I am also receiving this error. @Elvia did you come right with this?
@ViktoriaTerzieva
@ViktoriaTerzieva Год назад
Hi, I was wondering if your code was uploaded somewhere because not everything is visible in the video?
@KrishnaRachakonda
@KrishnaRachakonda Год назад
The code is not uploaded anywhere. Sorry for the trouble. I built more sophisticated approval process and will share the video sometime soon.
@dileepsyed7402
@dileepsyed7402 3 года назад
hi Krishna great suggestions thank you. i looking approval system where we can send approval for multiple members using conditions. need your assistance.
@KrishnaRachakonda
@KrishnaRachakonda 3 года назад
It is possible. provide your contact info by submitting the form: tinyurl.com/contactmesk
@ammarhaider221
@ammarhaider221 3 года назад
Hi Krishna, Thanks for making a video. this looks cool! just wondering how we are restricting the form for the specific approvers? like first approver is Smith but Krishna is approving. this shouldn't be the case right? is there a way to restrict on app load if it is not the intended approver? otherwise anyone having the link to this approval page can approve even the requestor. Just let me know the event name where we have to write the if logic to check user() with the current approver from datasource
@KrishnaRachakonda
@KrishnaRachakonda 3 года назад
Thank you for reviewing my solution. Here are few recommendations: 1. When you open the Power App in the studio, you can see App in the left nav. You can define your logic for user in onstart property (OR) 2. SharePoint Integration also has properties OnEdit, OnDisplay, OnNew. Based on your requirement, you can define user check in respective properties and Navigate to appropriate screen if the current user does not match with Task Assigned user (OR) 3. On the screen's Onvisible property also you can check and navigate away if the user does not match with Assigned To user.
@ammarhaider221
@ammarhaider221 3 года назад
@@KrishnaRachakonda awesome! Thanks will try this.
@MustafaFarooq
@MustafaFarooq 3 года назад
How much time does it take to build an approval app like this ?
@KrishnaRachakonda
@KrishnaRachakonda 3 года назад
if you have all requirements finalized, then it should take 12 to 16 hours to build & validate the process max.
@nolanfalcon1
@nolanfalcon1 2 года назад
Hello Krishna, how can the 3 approvers be static and how can each approver add their signatures as it goes through the approval process? In my case all the three approver would be the same for this approval process...finally, can I add the requestors name to automatically be added in the cc field and have a submission acknowledgement? Thank you Sandy (using Hubby's acct). Thank you!!!
@KrishnaRachakonda
@KrishnaRachakonda 2 года назад
If the approvers are static, you can maintain them in a SharePoint list and refer them from the Power App everytime you are assigning a task. Absolutely, you can add requestors name automatically be added in the CC field.
@nolanfalcon1
@nolanfalcon1 2 года назад
@@KrishnaRachakonda Thank you Krishna! may I humbly ask if they are any tutorial videos that you can recommend that can walk me through it? Thank you for responding! Sandy
@morygold
@morygold 3 года назад
always there is a problem with the variable varApprovers where did you declare it and how can you show me
@KrishnaRachakonda
@KrishnaRachakonda 3 года назад
Send me an email to saikrishna.rachakonda@gmail.com . Will send the code snippets.
@AbhishekMishra-dg3dz
@AbhishekMishra-dg3dz 3 года назад
Hi can you please help with the code..
@katushka1999
@katushka1999 Год назад
Thank you for the great video, but I'm really stuck and need more help 🥺 Is there a way you can export the app or send me just the code because not everything is shown in the video? Thank you in advance!
@KrishnaRachakonda
@KrishnaRachakonda Год назад
I do not have the app any more. This was an old video. if you have any questions, send me an email rsaikrishna@krishnaworks.onmicrosoft.com
@nikkijoy226
@nikkijoy226 Год назад
I get an error immediately varApprovers and it won't show up when I type it. Is the variable defined somewhere else or is it only in the ClearCollect? Thank you for your response
@MichelWillekes
@MichelWillekes 3 года назад
Dear Krishna is there a way to get the powerapps code? Great video!
@KrishnaRachakonda
@KrishnaRachakonda 3 года назад
sorry, could not reply in time. code is not in one place as there are multiple components. share your contact tinyurl.com/contactmesk and specify which part of the code you are looking for.
@NocturnalScreamer
@NocturnalScreamer 2 года назад
@@KrishnaRachakonda Hey Bud, thanks for the detailed video. I have submitted my email on the above form, could you please send the code when you get a chance? TIA
@nguyenthach8103
@nguyenthach8103 Год назад
How can I do like this with PowerAutomate?
@KrishnaRachakonda
@KrishnaRachakonda Год назад
Power Automate may need lot of action to accomplish it and also, it may or may not be as easy as we can do it from Power apps.
@yehunlavolontededieu322
@yehunlavolontededieu322 Год назад
why reengine the whole power automate function in PowerApps? IF this could be done in flow easily why invest all this? But at least you could provide the code in description why everyone has to ask for the code...Too much unnecessary hassle on top of it I can't even imagine putting all this effort and finding out it doesn't work , at latest if code is was provided it does help to quickly get it done ....but thanks anyways. Pls next time post the available resources /code especially this too long one is pain in ass not everyone is coder like you
@KrishnaRachakonda
@KrishnaRachakonda Год назад
Flow has its own limitations - API Call limits, 28 day history, Task management and so on. This video provided an alternate approach. This approach was implemented for a specific use case. You do not have to use this approach if your approval process is simple. I understand your pain with video. This was my oldest video and I do not have code for this anymore. The video was created to share the users that there is an alternate approach but not to share the code. I will make this video private so that no user run into the issues you came across. This application is actively being used by the customer even today. Unfortunately, I cannot access their tenant to get the code. Appreciate your feedback.
@yehunlavolontededieu322
@yehunlavolontededieu322 Год назад
@@KrishnaRachakonda thanks for the speedy response . Understood now , I didn't know you don't have the code
@user-wethe9
@user-wethe9 Год назад
geez, did you pay him for this video? Don't take things for granted and stop whining
Далее
Help Barry And Barry Woman Scan Prisoners
00:23
Просмотров 3,4 млн
Power Automate Approval Workflow Basics
30:01
Просмотров 213 тыс.
PowerApps Training 8th Jan 2023
2:00:48
Просмотров 171