This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi Guys,I am trying to wrap my head around regex formula but can't figure out what if there are two patterns in the string. Basically I want to extract the number after the bracket but before the "+".Current value : /Date(1676537746330+0000)/Desired ...
Previously I’m using multiselect field from the current table. However, I am trying to automate by pulling the multiselect field from the LOOKUP. But when I want to run the script, I am unable to do so.
Here is the structure of the base
My current ...
Currently, the button is wayyy below and for records with lots of linked records, when you want to add new one, you need to scrolll down infinitely.CurrentProposed SolutionThanks!
Hi Guys,
Previously I was using filtered.pop (thanks to @Alexey_Gusev) to find the last record that has no amount
let filtered=(result.records.filter(item => item.getCellValue('Cumulative by Customer') > 0));
let last=filtered.pop();
Howeve...