Help
DanielAssayag
6 - Interface Innovator
6 - Interface Innovator
since ‎Feb 14, 2019
‎Jan 16, 2023

User Statistics

  • 27 Posts
  • 0 Solutions
  • 11 Kudos given
  • 36 Kudos received

User Activity

Hi, I would to retrieve an array of all single select options from the api. but i dont know if its stored anywhere… Is it possible?
Hi, Here is my code using record.get([“Attachments”]); : function showListe() { base("Works") .select({ view: "Grid view" }) .eachPage(function page(records) { records.forEach(function(record) { var li = document.createEleme...
Hi, I have two fields containing image attachements. I want to join them in one, but when i try to do this it is printed as text and url… any ideas?
Hi, I have a table with a single select field called “Status” that has 3 values (Pending, Refused, Granted) I want that every new record to be receiving default “Pending” value and i also want to be able to change it afterwards to either Refused or G...
Hi, I put a rating field in one table so users can define the advancement of their projects. I know how use another form, in order for them to set their advancement and for me to retrieve the lastest advancement (using this technique Select latest st...