User Profile
LukasSliuzas
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Check if row matches on startup (Repeating tables)
Hello, I have two lists: Master and Sub. Master list has main information and Sub list has secondary info with collum MasterID which comes from Master list. How could I collect items from Sub list when ID = MasterID? Set( varID, Value(Param("ID")) ); If( varID <> 0, Set( varRecord, LookUp( MasterList, ID = varID ) ); If( Param("stage") = "Details", Navigate(Screen1_1) ) );SolvedGallery work with individual item
Hello, I have a list with multiple items in it and those items are being displayed in a gallery. For example I have 6 images and one of them isn't rotated correctly so I have a button that changes image rotation but it changes the entire gallery selected images and not the specific one that is selected. Switch(locRotate, ImageRotation.None, UpdateContext({locRotate:ImageRotation.Rotate270}), ImageRotation.Rotate90, UpdateContext({locRotate:ImageRotation.None}), ImageRotation.Rotate180, UpdateContext({locRotate:ImageRotation.Rotate90}), ImageRotation.Rotate270, UpdateContext({locRotate:ImageRotation.Rotate180}), UpdateContext({locRotate:ImageRotation.None}) )SolvedPowerApps function looks at old email
Hello, Recent changes where made my company that lead to changing emails prefix and now all of PowerApps form do not recognize for example my profiles manager. I am getting erro Email A doesn't exist but I am using Email B. What could be the problem? { Claims:"i:0#.f|membership|" & Office365Users.ManagerV2(User().Email).mail, Department:"", DisplayName: Office365Users.ManagerV2(User().Email).displayName, Email: Office365Users.ManagerV2(User().Email).mail, JobTitle:"", Picture:"" }Patch multiple people into SharePoint collumn
Hello, I have been trying to patch multiple people in one SP collumn and currently have this patch function written down but I can't figure out the reason why only one of multiple people are patched Patch('LIST NAME', varRecord, { 'Responsible person': Table( { '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", Claims:"i:0#.f|membership|" & Lower(DataCardValue128.Selected.Email), Department: "", DisplayName: DataCardValue128.Selected.DisplayName, Email: DataCardValue128.Selected.Email, JobTitle: ".", Picture: "." }, { '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", Claims:"i:0#.f|membership|" & Lower(DataCardValue128.Selected.Email), Department: "", DisplayName: DataCardValue128.Selected.DisplayName, Email: DataCardValue128.Selected.Email, JobTitle: ".", Picture: "." })})Check updated field in SharePoint. Urgent help is needed
Hello, I am new to O365 cloud version and currently I am in a pickle. I got an PowerApps form which after submit changes value in the SP collumn. When that changes next step has to be taken in workflow but for some reason workflow looks at old value. How could I make it to look/reinitiate new values from same item list?Adding outlook calendar to SharePoint
Hello, We have room and car reservation rooms/resources. Each room and car has seperate email which allows us to book via checking if it is busy or not. Before my somebody managed to set it up in webpart. Is it possible to do same with SharePoint Online? We should be able to book cars/rooms from that webpart email. Maybe we can achieve that using classic mode? Currently we have SP2013 but migrating to SPOnline Any kind of idea will mean a lot.431Views0likes0CommentsPowerApps multiple inputs for same field
Hello, Currently I am working on approval list that has total of 6 date and 6 time fields. Is there a away to input those 6 fields in one? Do I need 6 different items? Or how does this work? For example Name Overtime 2020/07/15 01:36 2020/07/16 02:39 2020/07/17 03:42 If there is any question feel free to ask and I will do my best to explain in detailPowerApps form for approval
Hello, I am not so sure how name this topic/conversation but I will try my best to explain what I am trying to achieve. Here we go, I got a list with multiple data input fields and when an item is created I would need to start an approval process - sounds simple. Here is the catch I don't know to make two different forms. I would need to have two different forms, one for input and it needs to be custom because not all fields can be seen or writen. Second for would be where responsible person could review the info and then have two options either reassign via button and filling out required fields or responding to an issue via different button. It would work like this: New item was created > Responsible person would get an email with custom form > He chooses either reassign or respond to an issue. If he chooses to reassign then new person has to get the same email. Can't figure out how to do: Have two different custom forms and push them via email Create reassign button.SolvedMoving news and filtering by gruop
Hello, I am looking for a workaround how to post news from SITE1 to SITE2. As far I know it is only possible to share news between sites and filter them using keyword in title but that isn't what I am looking. My idea would be like this: SITE1 has an extra column in a list with group types. Whenever you post a news you would select the group and it would automatically would go to the selected news block that are filtered. From time to time there is important news that would need to be pushed to multiple sides. Is it possible to push news to SITE2 if in SITE1 extra column group is selected IMPORTANT?639Views0likes1Comment
Groups
Recent Blog Articles
No content to show