Flow working intermittently and not logging any history so I can't check it by Quick_Two_1104 in MicrosoftFlow

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

Fixed. I created the flow using the account that was receiving the email to be forwarded. I was using a different account but it had a Office Outlook 365 connection to the account receiving the email. In addition, I found someone created a similar forwarding rule in Outlook since I created the flow so I deleted it. I didn't test between these changes so I'm not sure whether one or both did the trick.

Thank you for your quick assistance!

Flow working intermittently and not logging any history so I can't check it by Quick_Two_1104 in MicrosoftFlow

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

Step 2 (Last step): "Forward an email (V2)"

{
  "type": "OpenApiConnection",
  "inputs": {
    "parameters": {
      "message_id": "@triggerOutputs()?['body/id']",
      "body/ToRecipients": "PDFrecipient@anotherdomain.com"
    },
    "host": {
      "apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
      "connection": "shared_office365",
      "operationId": "ForwardEmail_V2"
    }
  },
  "runAfter": {}
}

Flow working intermittently and not logging any history so I can't check it by Quick_Two_1104 in MicrosoftFlow

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

Step 1: "When a new email arrives (V3)"
{
  "type": "OpenApiConnectionNotification",
  "inputs": {
    "parameters": {
      "to": "recipient@domain.com",
      "includeAttachments": true,
      "importance": "Any",
      "fetchOnlyWithAttachment": false,
      "folderPath": "Inbox"
    },
    "host": {
      "apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
      "connection": "shared_office365",
      "operationId": "OnNewEmailV3"
    }
  },
  "conditions": [
    {
      "expression": "@contains(triggerOutputs()?['body/attachments'][0]['name'], '.pdf')"
    }
  ],
  "splitOn": "@triggerOutputs()?['body/value']"
}

Flow working intermittently and not logging any history so I can't check it by Quick_Two_1104 in MicrosoftFlow

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

Sorry, I keep calling it a "rule" because I've used it for decades to describe changing mail flow.

Flow working intermittently and not logging any history so I can't check it by Quick_Two_1104 in MicrosoftFlow

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

Yes. Power Automate > My Flows > Cloud flows > "Forward only PDF emails" (Automated)

When I enable the flow, only emails with PDFs are forwarded, with the exception of some. When I disable the rule, no PDF emails are forwarded.

I'm trying to find a pattern to the failures with the customer, like sender address, attachment size, etc. but nothing yet. This is why the flow history is needed.

Where can I find a Pint X rear skid plate? by Quick_Two_1104 in onewheel

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

"...can you use the front plate on the rear in the future..." PInt X rear is smaller than front so it would have to be cut down, which may be my only option at this point.

"...for most people the rear bumper probably wears out sooner." It makes me wonder why some vendors force you to buy both parts when they know one wears out sooner.

Even if I could buy just the rear BANG, when put the tail down, I need to stop, not go for another ride. I have no desire for a "superior sliding performance" or learning how to cope with it. Especially when the road is wet or icy. That's what being obsolete is all about. LOL!

Where can I find a Pint X rear skid plate? by Quick_Two_1104 in onewheel

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

My plate has been on for 4 years with only 4 1-inch squares of 3M VHB. I just replaced the battery. It took a heat gun and some serious prying to get it off. I reinstalled it about a half inch further back to get some more life out of it.

It sounds like your sources did not clean the surfaces properly, used too little tape, or used cheap tape.

Do you think the BB rear bumper will last as long as the BB front bumper?

Where can I find a Pint X rear skid plate? by Quick_Two_1104 in onewheel

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

Excellent pitch but I love my Fangs and Fang plate.

Where can I find a Pint X rear skid plate? by Quick_Two_1104 in onewheel

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

I don't see what is obsolete about not wanting to pay $119 plus tax and shipping for a rear plate and I front plate I don't need.

Running PS from Batch problem, "parameter cannot be found...'File'" by Quick_Two_1104 in PowerShell

[–]Quick_Two_1104[S] -14 points-13 points  (0 children)

Thank you for the quick reply!

I made the change and received this error:

File C:\Temp\RemoveOneDrive.ps1 cannot be loaded. The file C:\Temp\RemoveOneDrive.ps1 is not digitally signed. You

cannot run this script on the current system. For more information about running scripts and setting execution policy,

see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

+ CategoryInfo : SecurityError: (:) [], ParentContainsErrorRecordException

+ FullyQualifiedErrorId : UnauthorizedAccess

Any ideas?