Levis Selvedge 501

Whats up r/LevisStrauss,

I’m thinking of picking up a pair of these jeans for Y6 of the Indigo Invitational. They’re on sale now and I think that price is about what I expect a pair of raw selvedge 501s to be.

https://www.levi.com/US/en\_US/clothing/men/jeans/straight/501-original-selvedge-mens-jeans/p/005013722

My question is, anyone have any experience with these? They’re reported true-to-size, but I was thinking of sizing down in the waist for a trimmer fit. They don’t seem to shrink too much from what I am reading but aside from quick reviews there’s not much out there on these.

What are your thoughts on these? I’d love to hear your thoughts on these jeans if you have them.

reddit.com
u/gatobacon — 3 days ago

Power Automate + OneNote: creation timestamp not displaying

I’m creating a OneNote page through Power Automate, then updating the title and body with Update page content.

I tried including:
<meta name="created" content="..." />
inside the <head> of the create-page HTML, but the normal OneNote creation date/time beneath the title never appears. The timestamp is present in the submitted payload, and the page is created successfully.

Has anyone found a reliable way to populate or preserve OneNote’s built-in creation timestamp when using the OneNote connector? I’m in a GCC environment, which may also be relevant.

reddit.com
u/gatobacon — 24 days ago

Power Automate + OneNote: creation timestamp not displaying

I’m creating a OneNote page through Power Automate, then updating the title and body with Update page content.

I tried including:
<meta name="created" content="..." />
inside the <head> of the create-page HTML, but the normal OneNote creation date/time beneath the title never appears. The timestamp is present in the submitted payload, and the page is created successfully.

Has anyone found a reliable way to populate or preserve OneNote’s built-in creation timestamp when using the OneNote connector? I’m in a GCC environment, which may also be relevant.

EDIT:
I was able to get this work following u/mulquin's advice. I initialized a current timestamp variable to capture the date and time then composed my HTML using the meta tag which I then sent as dynamic content via the built-in OneNote connector "Create a page in a section" action, making sure to send page content via code view, deleting any wrappers.

Here is an example:

&lt;meta name=\"created\" content=\"@{variables('currentTimestamp')}\" /&gt;
reddit.com
u/gatobacon — 24 days ago
▲ 3 r/PowerAutomate+1 crossposts

Power Automate + OneNote: creation timestamp not displaying

I’m creating a OneNote page through Power Automate, then updating the title and body with Update page content.

I tried including:
<meta name="created" content="..." />
inside the <head> of the create-page HTML, but the normal OneNote creation date/time beneath the title never appears. The timestamp is present in the submitted payload, and the page is created successfully.

Has anyone found a reliable way to populate or preserve OneNote’s built-in creation timestamp when using the OneNote connector? I’m in a GCC environment, which may also be relevant.

reddit.com
u/gatobacon — 24 days ago