You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TransformMap is currently used for hash entities, but it should be supported as a reducer type (meaning it could be part of a TransformExpression). This would make it easier to manipulate objects without creating full-blown hash entities. One main use case would be combining multiple requests into a single object:
{'entry:example': [{a: 'request:a',b: 'request:b'},// this transform could access the data from requests 'a' and 'b''transform:data']}
The text was updated successfully, but these errors were encountered:
TransformMap
is currently used forhash
entities, but it should be supported as a reducer type (meaning it could be part of aTransformExpression
). This would make it easier to manipulate objects without creating full-blown hash entities. One main use case would be combining multiple requests into a single object:The text was updated successfully, but these errors were encountered: