SharePoint Forms
7 TopicsTerm picker not working when opened from Teams tab
Hi! There seems to be a problem with the term picker for SharePoint forms when opened from a Teams tab. It's not loading the terms as shown below: Inside Teams (new client, both desktop and web) Directly in SharePoint/Lists Looking in the F12-console there's an error when opening from Teams: Uncaught SecurityError: Failed to read a named property 'termPickerDialog' from 'Window': Blocked a frame with origin "https://[tenant].sharepoint.com" from accessing a cross-origin frame. I have tried this in a couple of tenants and the behavior is the same - when using a Lists/SharePoint tab in Teams, the term picker is not working. It has been this way since beginning of august. Anyone else experiencing this? Regards, Johan248Views0likes0CommentsCannot open Form Setting when I was trying to switch back to the original SharePoint new item form
Hi, I was trying to switch back to the original SharePoint new item form instead of PowerApps customized form, when I clicked on form setting under list setting, it gave me an error message saying "Sorry, something went wrong A file or folder with the name Lists already exists. " I'm looking for a way to either fix this error to open form setting or to switch back to the original SharePoint New Item form without form setting. Thanks for helping!2.1KViews0likes5CommentsAdd, update, or delete images in SharePoint/Microsoft Lists using Power Apps
New Feature: Add/update image columns in #SharePoint/ #MicrosoftLists using #PowerApps Configure SharePoint form control to add pictures/images Using Patch() function to add/update image Supported Image formats Limitations of the feature Read more at: Add, update, or delete images in SharePoint/Microsoft Lists using Power Apps1.3KViews1like0CommentsAdd, update, or delete images in SharePoint/Microsoft Lists using Power Apps
New Feature: Add/update image columns in #SharePoint/ #MicrosoftLists using #PowerApps Configure SharePoint form control to add pictures/images Using Patch() function to add/update image Supported Image formats Limitations of the new feature Read more at: Add, update, or delete images in SharePoint/Microsoft Lists using Power Apps538Views0likes0CommentsAdd, update, or delete images in SharePoint/Microsoft Lists using Power Apps
New Feature: Add/update image columns in #SharePoint/ #MicrosoftLists using #PowerApps Configure SharePoint form control to add pictures/images Using Patch() function to add/update image Supported Image formats Limitations of the feature Read more at: Add, update, or delete images in SharePoint/Microsoft Lists using Power AppsChanging choice fields choices dynamically in list form
I have a question about managing ticket status in Sharepoint list. 'New, In Progress, Pending, Resolved, Cancelled' values are defined as possible options for a Choice type field. How can I restrict the options of the same field based on the value the field contains? For example, when a user first creates a record, the status field has the value 'New'. When another user wants to change this record that has a 'New' value in the Status field, all 5 values listed above should appear as options. But if the saved record has 'Pending' value for example, only Resolved and Cancelled values should be listed as selectable values. If there is a Resolved value, there will be only Resolved option (So its value cannot be changed with a value other than 'Resolved'), if there is a Cancelled value, there will be only Cancelled option etc. Is it possible to dynamically change the field choices without diving into PowerApps and custom forms using JSON? Or any other way?2.6KViews0likes1CommentHow to Preembed loan account details in Microsoft forms
I have a loan details file (Sample File attached). I want to get calling and visit feedback from each of my team members against each loan details. For these, I am using calling and visit Feedback survey forms - https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAMAANImaP9UMUdMWlQxMUYyV0QwTjNDTzY4QkRORDdZVC4u I want to design a process where I can pre embed loan account details in the Microsoft forms. I don't want my team member to manually enter the loan details provided in the excel file. For Eg. If there are 3000 loan accounts, my team member has to entre each time loan numbers in each form which is time-consuming and will be error-prone. I believe that this might be possible through power apps. Power Flow or Power Automate. But don't know how to do the same. Please assist.