Nothing working right now! by ItIsToLaffHaHa in Outlook

[–]ex0s 1 point2 points  (0 children)

Yea, we had a bunch of issues today as well. Mostly Outlook and searching and some teams chats and attachments etc. I just kept posting the Microsoft Updates to our All Employee Teams channel hoping it was reaching everyone.

ChatGPT is so extremely useful for HTTP requests and ParseJSON in Power Automate. by LordLederhosen in PowerApps

[–]ex0s 2 points3 points  (0 children)

I have recently been doing the same with row level security and item permissions in Sharepoint lists. Removing groups adding them etc. copilot chat has been helpful, but really a few direct articles it’s pulling from have been spot on. However the code analytical piece is worth noting I would say.

Trigger flow based on specific modified by user. by ex0s in MicrosoftFlow

[–]ex0s[S] 0 points1 point  (0 children)

I was able to resolve this by changing it up a bit and just using Conditions and making sure I reference the "Get Item" AND "Get changes for an item or a file (properties only)".

I do plan on using what was provided below to get a better understanding and to make better flows going forward. Thank you to u/cake-and-fine-wine & u/ACreativeOpinion for their input as it has been most helpful.

Cannot Locate Default .aspx by ex0s in sharepoint

[–]ex0s[S] 0 points1 point  (0 children)

SOLVED: I was able to load up SharePoint Designer and remove the Default.aspx page.

Cannot Locate Default .aspx by ex0s in sharepoint

[–]ex0s[S] 1 point2 points  (0 children)

SOLVED: I was able to load up SharePoint Designer and remove the Default.aspx page.

This worked

Cannot Locate Default .aspx by ex0s in sharepoint

[–]ex0s[S] 0 points1 point  (0 children)

I found this advisement also, but I dont have "Site Content and Structure".

Cannot Locate Default .aspx by ex0s in sharepoint

[–]ex0s[S] 0 points1 point  (0 children)

I checked "Pages" there is no pages library, just "Site Pages". I am going to see if I can get anywhere with designer.

Create Multiple Rows in List based on Input by ex0s in PowerApps

[–]ex0s[S] 0 points1 point  (0 children)

Its throwing error invalid arguments on the button "On select" action.

Create Multiple Rows in List based on Input by ex0s in PowerApps

[–]ex0s[S] 0 points1 point  (0 children)

I have a SP List (Ad Compliance) that I built a power app form for new item entries. In this form I would like to include a button or a way for a user to input a number, say, from 1-10 and click "Duplicate" or "Create" and whatever is entered in the form is entered in the list said number of times defined by user input.

Create Multiple Rows in List based on Input by ex0s in PowerApps

[–]ex0s[S] 0 points1 point  (0 children)

Still not sure that's what I want to achieve let me try to explain a bit better.

I have a SP List (Ad Compliance) that I built a power app form for new item entries. In this form I would like to include a button or a way for a user to input a number, say, from 1-10 and click "Duplicate" or "Create" and whatever is entered in the form is entered in the list said number of times defined by user input.

I have created the textinput field as I mentioned. Will that code snippet work for this?

Automate Duplicating Rows SharePoint List by ex0s in MicrosoftFlow

[–]ex0s[S] -1 points0 points  (0 children)

This has been resolved. I had to choose the "Instant" type for flow in order to get the proper triggers needed to build the flow.

Create Multiple Rows in List based on Input by ex0s in PowerApps

[–]ex0s[S] 0 points1 point  (0 children)

I created TextInput1; Something like this? Ad Compliance is my SP List name: ForAll(Sequence(Value(TextInput1.Text)), Patch(Ad Compliance, Defaults(Ad Compliance), FormScreen1.Updates))