Hello there, I am hoping someone might have some guidance on this one as its using some concepts I have yet to use in flow and do not have a lot of time to research this one. The values listed below are being returned from a Dynamics Entity.
This is the original value returned. Dynamic Characters_F4049210D54EEB11A813000D3A36886F
I need to remove all characters starting with the _ and everything to the left. The dynamic characters is a place holder indicating the name varies in size and length to the left of the _
The next step is to insert the - character at the specific points to reconstruct the GUID.
The end result would be f4049210-d54e-eb11-a813-000d3a36886f
Any direction on this one would be greatly appreciated!