We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Components action logs contains sensitive data
STR:
simple-trigger
{ "Account": { "Account Name": "Firefly", "Order": [ { "OrderID": "order103", "Product": [ { "Product Name": "Bowler Hat", "ProductID": 858383, "SKU": "0406654608", "Description": { "Colour": "Purple", "Width": 300, "Height": 200, "Depth": 210, "Weight": 0.75 }, "Price": 34.45, "Quantity": 2 }, { "Product Name": "Trilby hat", "ProductID": 858236, "SKU": "0406634348", "Description": { "Colour": "Orange", "Width": 300, "Height": 200, "Depth": 210, "Weight": 0.6 }, "Price": 21.67, "Quantity": 1 } ] } ] } }
jsonata-transform-component
{ "account": Account."Account Name", "products": Account.Order.Product.({ "name": $."Product Name", "revenue": (Price * Quantity) }), "orderIDs": Account.Order[].(OrderID) }
AR: Component logs are contains sensitive data
ER: Component logs does not contain any sensitive data.
The text was updated successfully, but these errors were encountered:
I'd like to see this as an option.. debugging an issue without data is impossible.. see here:
Sorry, something went wrong.
No branches or pull requests
Description: Components action logs contains sensitive data
STR:
simple-trigger
as step When result of JSONata evaluation is empty (undefined) - empty message is sent #1.{ "Account": { "Account Name": "Firefly", "Order": [ { "OrderID": "order103", "Product": [ { "Product Name": "Bowler Hat", "ProductID": 858383, "SKU": "0406654608", "Description": { "Colour": "Purple", "Width": 300, "Height": 200, "Depth": 210, "Weight": 0.75 }, "Price": 34.45, "Quantity": 2 }, { "Product Name": "Trilby hat", "ProductID": 858236, "SKU": "0406634348", "Description": { "Colour": "Orange", "Width": 300, "Height": 200, "Depth": 210, "Weight": 0.6 }, "Price": 21.67, "Quantity": 1 } ] } ] } }
jsonata-transform-component
{ "account": Account."Account Name", "products": Account.Order.Product.({ "name": $."Product Name", "revenue": (Price * Quantity) }), "orderIDs": Account.Order[].(OrderID) }
AR: Component logs are contains sensitive data
ER: Component logs does not contain any sensitive data.
The text was updated successfully, but these errors were encountered: