Welcome to the

Google Workspace for Admins Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 4
Since ‎06-19-2023
‎10-18-2023

My Stats

  • 8 Posts
  • 2 Solutions
  • 6 Likes given
  • 1 Likes received

efvcbjdcsdf's Bio

Badges efvcbjdcsdf Earned

View all badges

Recent Activity

I have a questions:1) how to pass request body from CloudFunction's task to cloud function?2) how to get a response?I created a function that takes parameters from 'req.body'.I have tested the functionality of the created function with Postman. The P...
I need to create a simple project that should encrypt some message using aes256 and send it via rest api, but I haven't found the functionality to do this.I tried to use existing js libraries for this but it seems that the js mapping task does not al...
While developing the integration, I encountered a problem that occurs when trying to write a json string (variable type string) to a database table (target type - text). There is an error that says the value is of object type, and the task schema exp...
I ran into a problem when I created the variable. I specify "Infer from a sample JSON payload" scheme: { "Source": "string", "Data": { "Request": { "Top": 0, "Skip": 0 } } } and also filling in the Default Value (because you can't do a SetProperty in...
I have a large database with a lot of data, and I need to get the last changed row, but I only saw the sort by columns option (listEntitiesSortByColumns). How can I sort by column AND in descending order?Additionally, I want to know if it is possible...