The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Is it possible to allow access to view (grid or gallery) only when input by user matches a field? For example I want user to only see his or her records, so I will get name or mobile as input and filter records to show only this.
Schedule repetition frequency of a transaction or event based (daily, monthly or yearly). Kindly provide suggestions or feedbacks for improvements. Especially, I want to workout more edge case issues.
// Query for every record in “Table”
let table =...
I am trying to duplicate a row from one table to another (using scripts). The table I am copying from has a column with “rating” type field in it.
How do I go about duplicating in the createRecordAsync script?
I tried something like
let table1 =...
I used a simple formula for column C (it is A-B), it shows up as -0 in one case and 0 for another? Why should zero have a negative sign?
In my case although all 3 columns are setup to round to 2 digits, I am certain that there is no third decimal dig...
Wrote my own simple script to do it (currencies hard-coded in the code). But the way you have done it is much more streamlined and seems to work fine! :+1:t4:
Only problem I face is that my date field is not being recognised. I am guessing maybe be...
No. It is a bit simpler than what you described. I have a script block and it can be seen when I open the table views. I created a private share link, but this does NOT contain blocks at all
Seems like this is similar to when I needed to create an archive of a table by running a script. It looked similar except that in the end I had to assign each field of new table the individual fields from the old table; it was something like this:
> ...