Announcement
Collapse
No announcement yet.
Search Result
Collapse
3 results in 0.0044 seconds.
Keywords
Members
Tags
-
Add ability to use full screen on formula
When writing code on formula scrolling down works fine but it would be nice to have ability to use full screen mode when writing code as it would enhance...
- Likes 4
-
Enable Formula Script for Manual Workflow Conditions
Hey Guys,
We come across a use case where we need to use formula script for conditions to show the manual workflow button. This would...
- Likes 1
-
Created at takes Id of Logged in User only but modified takes id from array
$i = 0;
while(
$i < array\length(usersIds),
(
$id = record\create(
'Attendance', 'attendanceDate', date,
...