I have an Arcade expression that outputs polyline paths as text:
Dictionary(Text(Geometry($feature)))['paths']
That expression works as expected when the polyline doesn't have true curves:

However, if I use a line that does have true curves, then it fails:
Failed to create new feature(s). The row contains a bad value.

Note: I don't have that problem with Pro 2.9.2. The expression works on a line with true curves, without issue.
Question:
Why does the paths expression fail for lines with true curves in Pro 2.6.8?
Background info:
Attribute rule works in Pro 2.9.2, but not in Pro 2.6.8
Thanks!