When performing a select query for fields in CDS (D365), is there a way to return formatted data results?
I.e., instead of the enum 8200000, I want to get back 'Work'
I tried adding to the end of a field in the selectQuery view.
OData.Community.Display.V1.FormattedValue
Thanks
Solved! Go to Solution.
@Greggomatic - Test this out with a Compose step: body/<fieldname>@OData.Community.Display.V1.FormattedValue
Here is an example: body/statuscode@OData.Community.Display.V1.FormattedValue
Refer to the great blog by @LinnZawWin - https://community.dynamics.com/365/b/linn-s-power-platform-notebook/posts/get-the-lookup-display-nam...
@Greggomatic - Test this out with a Compose step: body/<fieldname>@OData.Community.Display.V1.FormattedValue
Here is an example: body/statuscode@OData.Community.Display.V1.FormattedValue
Refer to the great blog by @LinnZawWin - https://community.dynamics.com/365/b/linn-s-power-platform-notebook/posts/get-the-lookup-display-nam...
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
49 | |
42 | |
35 |
User | Count |
---|---|
91 | |
76 | |
74 | |
60 | |
42 |