You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revises / adds functions that handle item listings
Only the project sheet and item row numbers are sent
Likely cannot fetch items and respond in 3s
Instead, send 200 code and send another message later (can't use webhooks)
Fixing this will require a significant change in how "List Items" works - the item list will have to be stored by the server, rather than sent with the Slack message.
An error is thrown on parsing JSON from Slack when the List Items value text (encoded JSON) is terminated due to being more than 2,000 characters.
The text was updated successfully, but these errors were encountered: