User Profile
Mihiranp
Copper Contributor
Joined 10 months ago
User Widgets
Recent Discussions
create a dashboard showing each
I have a SharePoint list containing all employee's time attendance. I need to create a dashboard showing each employee's time reporting hours within a specific time period for view(On the list have User and actual hours ). My Office 365 license does not have Power BI. What is the best way to do this?411Views0likes2CommentsSync comment in two list
I have two lists - one is the main list and the second one is the customer list. The main list has full access to the technical team and is not dispersed to the customer. On the other hand, the second list can only view customers. The main list's item changes are automatically replicated in the second list(Power automation flow). I need to clarify two things: 1. If I enter a comment in the main list, I need that comment to be replicated in the second list. 2. The second list is granted view-only permission for customers. Is there any possibility to add a comment?Automatically Update changes between two SharePoint List
have two Microsoft lists - one for all customer tickets and another for customer information. I need to ensure that if I update a specific customer's information in the all-customer tickets list, the same changes are reflected in the customer information list. If the record does not exist in the customer information list, it should be created as a new entry. So I have created as below flow Flow ran successfully but the item was not created below is the test resultSolvedMS List Validation and action
I have two columns in a List. The first column is called 'Status' and it contains a dropdown list. The second column is called 'RCA.' I want to set up a validation rule that requires users to update the 'RCA' column before they can select 'Completed' from the 'Status' dropdown. Once they have updated the 'RCA' column, they will be able to update the 'Status' column as completed,Without adding RCA they can't update the status column as Completed I have added Below validation formula on Status colum =IF(AND(Status="Completed", ISBLANK([Resolution Summery])), FALSE, TRUE)Update changes between two SharePoint Lists
I have two List as below one for Ticketing and another for Test Ticketing. I need to ensure that if I update a specific customer's information in the Ticketing list, the same changes are reflected in the Test Ticketing list. If the record does not exist in the Test Ticketing list, it should be created as a new entry.So i created flow as below tested the flow and found that item creation was not workingUpdate changes between two SharePoint List
Hi, I have two Microsoft lists - one for all customer tickets and another for customer information. I need to ensure that if I update a specific customer's information in the all-customer tickets list, the same changes are reflected in the customer information list. If the record does not exist in the customer information list, it should be created as a new entry.SolvedActionBranchingConditionNotSatisfied
Hi, I'm trying to setup power automate flow to send an email, based on a input data within a list. Example someone add a user to the column "Assign to" automaticallyI want an email to be triggered to the requestor. So once "Assign to" column changes to sendthe email toAssign to user . I've configured the flow (screenshot below), but I get the following error:ActionBranchingConditionNotSatisfied.The execution of template action 'Send_an_email_(V2)' skipped: the branching condition for this action is not satisfied. Can anyone advise where I'm going wrong?Solved