How to create a record (and immediately retrieve it) in UIB
A common user experience is have a modal prompt you for some values which are then saved in a new record when you click "Save". The UIB "Create Record" data resource is happy to insert that new record, but what if you need to retrieve that newly-c...