New Member
Since ‎04-07-2021
‎05-27-2021

My Stats

  • 16 Posts
  • 0 Solutions
  • 0 Likes given
  • 4 Likes received

Tim_Mao's Bio

Badges Tim_Mao Earned

View all badges

Recent Activity

Hi, I am trying to call a webhook in a bot. in a step to configure the call, I used JSON, verb as ‘Post’ But the web app with doPost(e), return a wrong message:"Webhook HTTP post request failed with exception The remote server returned an error: (401...
Hi, I came cross a strange phenomena - might be a bug: I have a sheet “Project” against which a daily scheduled event will trig an action to add a row in another table called “Progress Report”. Progress Report has many columns with values automatical...
I intend to build function of “delayed remove” a marked row after certain time. So I create a bot to do the job. one of the steps is using the function of “wait for a condition” with formula:“HOUR(Now() - [_THISROW].[Acceptance Time])>1”. This condit...
I am trying to filter messages in my app for “last week”. this following error message really puzzles me. Arithmetic expression ‘((TODAY()-[_THISROW].[Sent Date/Time]) < 7)’ does not have valid input types [Sent Date/Time] is the date time type marks...