forms
41 TopicsHow to make sharepoint form list form landscape without changing the data entry boxes?
I currently have a form that I changed to landscape a year ago but I forgot how I was able to do it but it looks like this one: Now I am trying to do the same for another list but I ended up changing it via powerapps and the the date picker field is different and it looks like this: Maybe some can help me figure out how I did it in the first one?3.1KViews0likes3CommentsSharepoint Forms - submission animation (can it be switched off?)
There seems to have recently been an update and now when a form is submitted it displays a short animation before it provides the option to submit another response. My team utilises a form to track our email queries, so we typically log quite a few entries over the course of a day and while the animation is only a handful of seconds - it's enough to be a pain since you can't submit and move onto the next one right away. I've looked and can't seem to find anything on whether the animation can be switched off?Solved1.2KViews0likes4CommentsLists verses Forms for Branching LO Repository
Hi there, I'm new to this community and wanted to tap into the expertise here. We are creating a repository for our faculty to share applied learning applications across the disciplines within our organization. Faculty will submit their work to share based on core themes (currently built as lists to allow filtering/grouping functionality within each). We would like to add unique branching logic into each form as submissions will vary depending on learning application type (among other things). Can you do branching in lists or should we be building out these in MS Forms (which seems way easier). What is the best solution? We want to be able to take advantage of the functionality of lists but also branch easily. Welcome your suggestions! Thanks.672Views0likes2CommentsSharepoint Calculated Column using IF and Concatenate
I have a SharePoint table which is populated from a Form. I'd like to complete a record in a column based on responses elsewhere in the form. I've successfully created an IF statement based on what's been selected: =IF(Item="Laptop","L",IF(Item="Desktop","D",IF(Item="Server","S",IF(Item="Printer","P",IF(Item="iPhone","iPh",IF(Item="iPad","iPD",IF(Item="Android","And",))))))) I'd like to append in the same column to the output of the above further IF statements, relating to Location (Working from Home, Office Based etc), then Operating System (Windows, MacOS, Linux, iOS). For context this is to automatically create a device ID for inventory logging based on a Form. Thanks in advance.1.4KViews0likes1CommentOutlook add-in
Is there a way to create an item in Microsoft Lists directly from Outlook email? For example, a data entry form that would populate the fields of the Microsoft Lists. I have this function with Smartsheet and hoping that the same functionality exists in the Microsoft environment.7KViews0likes2CommentsPowerApps: Error Implementing Form onto PowerBI
Hello, I am trying to implement an app I created onto a PowerBI report. The app works perfectly on the desktop editor and in play mode. However, when I add the app onto the PowerBI report associated with it, it does not come in correctly. I am selecting all fields included in the app on the PowerBI side when adding in the app. I have also included a second screenshot showing what the homepage display should look like. Any help is appreciated, thank you!457Views0likes0CommentsSharepoint Online: MS Forms web part submission notifications
I added an MS Forms web part to a SharePoint page, and in the forms settings>response receipts, I indicated that I would like to receive an email notification when someone submits a response. This doesn't appear to be work as we have already received several responses. This is a SharePoint Teams site. Any ideas as to what might be going on? Thanks!1.2KViews0likes3CommentsSharepoint List keeps adding one hour to date/time field?
When I submit a new form submission with a concated date/time field, the Sharepoint list time keeps adding one hour to the time. I've tried updating to 24-hour time format but the problem still persists Here's what the question looks like in forms: Any ideas? Thanks, ConorPopulate a SharePoint calendar from Microsoft Forms via Flow
I have an automation where my users can fill out a Microsoft Form and Flow picks up the fields and puts them into a SharePoint calendar. Now when Forms populates the calendar list, it is one day early for every event, I think due to there is no time field in Forms. I'm trying to add a day to the date fields in Flow by using the adddays formula, but I don't know how. Can anyone help me, or think of a better solution?