-
Re: workflow prioritization
@Toufong Vang that's a better solution to not move it in the first place. I would just add to make sure you add a decision path for when they are all blanks that changes the decision column back so t…1 · -
Re: Adding subsequent row ID numbers to prefix if cell is not blank
The only way I can think of to do this is to add 2 helper columns. AN = Autonumber RowNum = IF(NOT(ISBLANK([Employee Name]@row)), INDEX(COLLECT([RowNum]:[RowNum],[AN]:[AN], < [AN]@row, [RowNum]:[R…1 · -
Re: Hyperlinks within Forms - Force Link to Open in Separate Tab
If you add &target=_blank or ?&target=_blank (if there isn't already a ? in the URL) to the end of the link it will force it to open a new tab. Example: To open this page you would use https:…9 ·