Yes, I watched the video.
But there's still things to learn, esp. when you first set out to lay some fields on the form.
For example:
YOU ENTER THIS in the "body" field in the Builder:
<b>{FarmName}</b><br>Lot: {SeedLot} Var: {Variety}
And its gets changed to this:
<b>{FarmName}</b><br>
... which is particularly frustrating when you took time to enter your first string of {field names} and other formatting, and then WHAMMO!
We don't really know the rules to this thing yet.
Turns out that it has to have a paragraph tag around it, like this:
<p><b>{FarmName}</b><br>Lot: {SeedLot} Var: {Variety}</p>
Don't know why though.
Another thing is that if you're doing this for Mobile, then you get the opposite of Mobile, IMHO.
All these cool new low-code mobile builders make screens that "look like" a real mobile app... like this:
You tap on a record and it zaps over to the detail screen.
With this Mobile tool, I get "almost-mobile" screens and I still have to set a physical pixel width... which doesn't work for diff. phones.

use the wrong phone and then you can't see the Hamburger Menu (which I turned OFF by the way because I have a default Row Action set to Edit - YET it still shows up). If you can't see the Menu, then even tapping a row doesn't do anything.
And, btw, I don't want a stupid hamburger menu. I wonder how much work I'd have to do just to get a mobile screen like "Previous Cooks" above? It should be available out of the box.
And while some people may want custom queries on the desktop, PEOPLE (ie. Users who pay the $$$) WANT A MOBILE TOOL - Need to make mobile apps that look nice and work as expected.
If I use the NEW Builder tool for "Row Operations", then it doesn't use a Hamburger Menu (on the right where I want a ">" symbol), instead it puts text links underneath the card or a big button. No Classes, Icons, styling available in this initial version. I put 3 buttons here as examples of what it can do, but I don't really want a button - just a ">" on the right to go to a details screen.
If I DO NOT use this for "Row Operations", then I get the older Hamburger Menu.
I dunno, learning this is a whole project in itself. The video shows some simple operations, but there's a lot more mystery that will only be revealed with lots of trial and error Agony.
I'm sure it will get better over the next few versions, but in 8.6 its not a great help yet.