Guid.From

Syntax

Guid.From(value as nullable text) as nullable text

Description

Returns a Guid.Type value from the given value. If the given value is null, Guid.From returns null. A check will be performed to see if the given value is in an acceptable format. Acceptable formats provided in the examples.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Text Functions / Guid.From