Bronze 5
Since ‎03-30-2022
Saturday

My Stats

  • 36 Posts
  • 3 Solutions
  • 17 Likes given
  • 13 Likes received

VictorB's Bio

Badges VictorB Earned

View all badges

Recent Activity

Hi,I'm trying to add rows to a table using the AppSheet API in a Google Apps Script. The data I want to put in the table are from an external API.Actually the process is working when I manually (for testing) put some JSON data (like 2 elements => 2 r...
Hi, I'm building an app to do Inventory Management with the First In First Out method. I'm not sure of the data structure is best to use. Right now I have this structure :Table Article ; Table Inventory In ; Table Inventory Out ; Table Current Invent...
Hi, I'm trying to use security filters to use one app for many clients and users. I have a table Client and a table User. In the table Client I'm using a bot to automatically update a list of all the users related to this client (Client_Master_User_L...
Hi, I'm wondering if it's possible to automatically daily update a table (update column value, or add new rows every day) with data from a web service API ?I've looked around bots and webhooks but I didn't find the answer yet.
Hi every one, I'm trying to show a list (ref drop down) of a slice in a form. But in the drop down all the ID's are showing with a yellow sign (error of ref) except for the ones present in the slice (show the name). The slice work fine when I test it...