Post

Replies

Boosts

Views

Activity

Reply to Transaction Shortcuts + AppIntent is flaky occasionally
Will check the link you provided, but to provide a little more info This is the code struct LogTransactionIntent: AppIntent { static var title: LocalizedStringResource = "Log Transaction" @Parameter(title: "Merchant") var merchant: String @Parameter(title: "Amount") var amount: Double And in the picture is how I pass the values
Replies
Boosts
Views
Activity
Aug ’25
Reply to Transaction Shortcuts + AppIntent is flaky occasionally
I made a shortcut which sends a message via iMessages. Monitoring its behaviour. Let's say it doesn't behave as it does with my Intent and the merchant variable is always passed successfully, meaning the issue is not reproducible this way. What would be the reason for my Intent to behave differently if the code from above is as simple as it gets ?
Replies
Boosts
Views
Activity
Aug ’25
Reply to Transaction Shortcuts + AppIntent is flaky occasionally
From what I tested, passing the variables towards Massages seemed more. consistent. I think things might be crashing here sometimes, on the price. I'll admit it's a little bit of a mystery struct LogTransactionIntent: AppIntent { static var title: LocalizedStringResource = "Log Transaction" @Parameter(title: "Amount") var amount: Double
Replies
Boosts
Views
Activity
Oct ’25