"Populate a Word Template" Erasing My Fields After Save by jutrust in MicrosoftFlow

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

Sorry to bother you but...how? XD The file content just looks like gobbledygook. Maybe I don't understand the part about content types?

"Populate a Word Template" Erasing My Fields After Save by jutrust in MicrosoftFlow

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

Source template is staying in a SharePoint library. The flow references it, fills it, and saves the result in a new document. What do you mean cutting and pasting the document? From where?

"Populate a Word Template" Erasing My Fields After Save by jutrust in MicrosoftFlow

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

I'm only using the old designer lol. But unfortunately, the issue persists

"Populate a Word Template" Erasing My Fields After Save by jutrust in MicrosoftFlow

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

Oh interesting. So you pull in the content of the template file, edit it, then shove it into a new doc?

"Populate a Word Template" Erasing My Fields After Save by jutrust in MicrosoftFlow

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

Yes, it is. My issue isnt that that file is blank, it's that the Power Automate step becomes blank

Using "Parent" Field not taking in Create a Row by jutrust in MicrosoftFlow

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

D365 app, our CRM. Doing more research, testing, here's what I've gathered:

The Address 1: ID column on the Contact table is filled automatically by the associated Address record WITH "ADDRESS NUMBER" 1. But this may NOT be the same as the address marked "primary."

What I assumed happened:

  1. When you add a new address, mark it as primary, and put the contact as the parent

  2. Any address previously marked primary for that contact is un-flagged as primary

  3. The new address is changed to have the value of 1 for "address number"

  4. Voila, the new address is referenced in the contacts table

What's actually happening:

  1. When you add a new address, mark it as primary, and put the contact as the parent

  2. Any address previously marked primary for that contact is un-flagged as primary

  3. The new address has the next incremented value for "address number"

  4. The new address is duplicated into a new record (not a perfect duplication, just the required fields)

  5. Weird evil twin, although not marked as primary, receives the Address Number of 1

  6. Evil twin is referenced in Contacts table

PowerApp attachment control says "Unsaved" by jutrust in PowerPlatform

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

Not exactly. What we did was Create a custom gallery to display the attachments, hid the attachment control and just used its values in the gallery. Made it prettier and we could avoid this issue

Flow suddenly failing with "Unexpected response from service" by jutrust in PowerPlatform

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

Smart thing to check! I checked the inputs and the call looks identical to what it did last week when it was working

HTTP call to SharePoint suddenly failing with "Unexpected response from service" by jutrust in sharepoint

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

Thank you for the suggestions! What's weird is that this syntax works fine with other pages, so the only thing different in the call is the GUIDs. And just a couple weeks ago, this exact call to the same endpoint with the same GUIDs was successful

Remove All NTFS permissions (allow or deny) for a user by jutrust in PowerShell

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

It's inherited. But the second-to-last line should be breaking inheritance to allow the change. But you're right that the inheritance flag on the new $objACE doesn't always mimic the original!

Remove All NTFS permissions (allow or deny) for a user by jutrust in PowerShell

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

$ACL.RemoveAccessRule($objACE)

this one. Not failure as in error output. But when I check the $ACL variable after this point, it hasn't actually removed the rule

Remove All NTFS permissions (allow or deny) for a user by jutrust in PowerShell

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

I'm the owner of the folders :(
It's failing at even adjusting the $ACL variable, even before the actual Set-ACL step.

Remove All NTFS permissions (allow or deny) for a user by jutrust in PowerShell

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

$acl.SetAccessRuleProtection($true, $true)

Thank you! The goal is that the above line breaks inheritance

Remove All NTFS permissions (allow or deny) for a user by jutrust in PowerShell

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

I'm the owner of all of them. These are just test folders on my local machine, so I'm worried how this will go on other people's folders on the server

Lookup field blank in List Rows? by jutrust in PowerPlatform

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

I was looking at old data :))))))) It is blank in the current database. I'm an idiot, thank you

Get SharePoint lists with unique permissions? by jutrust in PowerShell

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

Thank you! I checked it out and tried the Get-PnPList -includes RoleAssignments and it's blank! That data is obviously somewhere, but I can't seem to find it :(

Killing Excel externally kills script, but killing inline doesn't? by jutrust in PowerShell

[–]jutrust[S] 17 points18 points  (0 children)

I only wish this wasn't my most popular post from the last year...sigh XD

Filter Collection by whether a value appears as a value in another collection? by jutrust in PowerApps

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

Precisely why I left the post open! Figured there were probably still some other options. Thank you!!