This message was deleted.
# general
s
This message was deleted.
e
"applys" run asynchronously trying to do data mutations in them is fraught with issues. Flip the apply and push around:
Copy code
accountOutput.push(account.arn.apply(arn => {accountName: accountDetail.name, accountId: arn}))
🙌 1