Hi,
I’m building an action that creates a new row in the child’s table from the parent deck view using this:
LINKTOFORM(Route_Form,RDV ID, [RDV ID])
Simple enough, but I want it to be a bit smart,
That is, IF the LAST ROW of the table has one Specific value BLANK, I want instead of creating a new Row, to EDIT the last row.
I’m diving deep into “IF” “Select” and “LINKTOROW” but to be honest, I’m a bit lost,
I know from an IF Expression I will have to use a “SELECT”,“LOOKUP”,“MAX” or one of those expressions to check if the Last collumn of the Child’s table has value, then when I get that I need to wrap that expression in a “ISBLANK” Expression so that it checks it. Then I need to Create a “LINKTOROW” expression that gives the specific row to the formula, so that I get to the form view of the row I want,
Finaly, ELSE all of that, I want the code I added earlier, to create a new row.
Things is, I’m.. pretty sure ? I get the idea of it, I read this : https://www.googlecloudcommunity.com/gc/Tips-Tricks/FAQ-FILTER-LOOKUP-MAXROW-MINROW-REF-ROWS-and-SELECT/m-p/366399
And got a bit better in understanding the Expressions, but I can’t find how to check a row in a CHILDS table from there.
Any guidance would be appreciated
thanks

