Hi,
I have a form wherein a new record is created in main table and using OnSubmit Actions, another record in another table is created which is linked to the main table.
What I want is, after form is submitted, I want to show Edit screen of this linked record so that user can quickly add few other details to this linked record (please note that linked record I am talking about is “multiple relations” column)
Is this even possible?
Max I could do is, navigate to New Screen and showing collection (linked record) and upon clicking on record, Edit screen will be visible.