Hello coda community
I have a problem making automation notification from coda to channel in slack by adding form data. Requires it to be sent every time an additional line of data is added. It sends only the top and latest data that has been added. (but I tried Turns out it sends every line. Every time data is added to slack instead)
Notification button
PostMessage(
User's private Slack account
,
Concatenate(
"🎉 แจ้งเตือนหมายเลขเอกสาร : ",
thisRow
DOCNO
,
"
ชื่อพนักงานขาย : ",
thisRow
NAME
),
"notifypayment"
)