Issue renaming fields after splitting array using unnest! #23946
-
Beta Was this translation helpful? Give feedback.
Answered by
thomasqueirozb
Oct 6, 2025
Replies: 1 comment
-
|
Hi @sunil9420 Logs are not getting past the transform because after you call unnest (and even before), I suspect you actually want to do something like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sunil9420
Logs are not getting past the transform because after you call unnest (and even before),
.properties.statusis not valid. Only children ofrecordshave.properties.provisioningStatusInfo.Status. You can play around with your input using the playground.I suspect you actually want to do something like this: