Hi,
I’m struggling to learn the basics of formulas, i.e. how to write them properly. I’m so slow to get the “syntax”, or how to articulate the formulas items that I find it disturbing about my “logical” capacity.
So this question is essentially a pretext to learn.
For example: I have a button in a column of a table.
If I click on it, it updates a status in another column of the same table.
like:
ModifyRows(thisRow, TableName.Status, “Later”)
I’ve been trying for hours to make that clicking the button again will cancel the action (i.e. Status=“blank”, I guess).
I’ve tried to accumulate several ModifyRows in the same formula, but I don’t even know if you can accumulate these instructions.
And I don’t know if I should use SwitchIf instead (and sorry for all my confusion).
In other words, how are the instructions chained?
Should I put another “ModifyRows” somewhere? Or should I use only one, separated by commas? Or do you chain them together with dots?
I find the formula page to be a great “Reminder” of how to use formulas, but the document is (for me at least!) way too succinct to learn something.
Anyway, I’m willing to be put on the track a bit, and i thank you for that.
PS: In a way, it would be great to have a kind of playground like here, but I’m not sure how it would be possible or feasible…