I am trying to build a flow in my application where users create a new item in a list and go directly to review the details of their new item from the form submission (Home → Form → List Details), but apparently the form submission button does not include the ID of the new item created to be able to do that.
The only alternative way that I have found, the obvious and less ideal way, is to send the user back to review the list again and select by themselves the item they have just created (Home → Form → Home → List Details)
is this possible to do? Could anyone help me figure this out?
Now that the new CRUD action buttons in List blocks have been created, this issue is pretty much resolved. There’s no need to find creative ways of doing this anymore since it’s all native now.