Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowFabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now
Hello,
currently we can't, for example, join attributes of an object array as a collection -- which is sometimes useful in API calls and often necessary in cases where stored procedure activities return a reasonable json aray.
[
{"Name": "A", "Age":22},
{"Name": "B", "Age":22},
{"Name": "C", "Age":22},
{"Name": "D", "Age":22},
]
from there could we have a function in the expression editor that could extract the collection Name as a list from that json? somethinbg like : @extractList(object=JsonObject, property="Name") outputs ==> ["A", "B", "C", "D"]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.