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
Describe the bug
When I wanna get a slack channel history with Oldest and / or Latest messages, I pick a date and time from the input datetime picker but the results are not within the range of the choosen date and time
To Reproduce
Steps to reproduce the behavior:
Go to a 'Slack Node' with channel history parameterized
Pick a date from the datetime picker for either Latest or Oldest messages
Execute the workflow
Expected behavior
I wanna retrieve the results corresponding to the date and time chosen
Environment (please complete the following information):
Image Docker n8n:latest (i.e 0.144.0)
Additional context
The issue is here (and a few lines down for oldest). The date time picked through the datetime picker is sent as datetime string (i.e: 2021-10-18 23:00:00) to the slack API whereas it should be a timestamp based string (i.e 1634590800.000000). See the slack API doc)
The text was updated successfully, but these errors were encountered:
Describe the bug
When I wanna get a slack channel history with Oldest and / or Latest messages, I pick a date and time from the input datetime picker but the results are not within the range of the choosen date and time
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I wanna retrieve the results corresponding to the date and time chosen
Environment (please complete the following information):
Additional context
The issue is here (and a few lines down for oldest). The date time picked through the datetime picker is sent as datetime string (i.e:
2021-10-18 23:00:00
) to the slack API whereas it should be a timestamp based string (i.e1634590800.000000
). See the slack API doc)The text was updated successfully, but these errors were encountered: