Welcome to the

AppSheet Creators Community

Find answers, ask questions, and connect with other creators.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 1
Since ‎01-03-2024

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 3 Likes received

jwu's Bio

Badges jwu Earned

View all badges

Recent Activity

I'm leveraging a cloud function to create HTTP tasks for queueing workflow executions, employing a service account with the workflow invoker roles ("roles/workflows.invoker") to invoke the workflow, like the following diagram. Cloud Funtion --> Task ...
I was learning how to use CloudEvents functions from the documentation example and tried rewriting it as an ES module. However, the program couldn’t properly read the event object. It only returned event.id, while the rest of the information, especia...