I apologize if this has already been posted.
thank you always.
I had a question regarding the title, so I posted it.
【Thing you want to do】
I want to send a notification to the target user on Slack at 9:00 a.m. on the day of the "due date" of Slack ToDo.
(Example: ToDo is due at 15:00 on 4/10 → Notification will be sent at 9:00 a.m. on the due date "4/10" regardless of time)
[Flow I tried creating]
① Start (flow trigger): When ToDo is created
② Execution timing: Execute immediately when the ToDo deadline arrives
└ Specify "Due date only" > "0 minutes later" in the scheduled path
③SlackID assignment (assignment): Specify the individual UserID with a variable
④ Send Slack message (action): Specify the message to be sent via text message
└ An alert will appear saying "Please delete element ④ or move it to the scheduled path"
⑤End
I asked a question because I didn't know why it wasn't working properly.
I apologize for being so basic, but I would be grateful if you could help me.
We apologize for the inconvenience and appreciate your understanding.
@雅未子 長井 さん
英語ですが同じようなエラーの質問と回答があります。
非同期パスを使う必要があるみたいです。
トリガーレコードの元のトランザクションが正常にコミットされた後に外部システムにアクセスするための非同期実行パスを含めます
Include a Run Asynchronously path to access an external system after the original transaction for the triggering record is successfully committed
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007ZAh0QSAT