Review / Show details from last saved record in new stateless form?
Hi,
I'd be grateful if anyone can help. I've got a form that takes a load of input details, then on submit calls a URL to send some info to a remote server. It then saves the response from the remote web server in a multi line field called 'Transfer Notes' in a view called Transfer Details.
I then want to show this information to the operator in a new stateless form. So I can call the stateless form URL, and show a new field on load I can populate with static data. However could someone please advise of the syntax to search fields in the last record on my Transfer Details view?
I can't seem to do what I want with a lookup - this just seems to show all entries in a drop down from my transfer details view. And critically it cannot refer to multi line types, which is what my response comes in.
Cheers,