I have form where the user taps log out, when they do I want it to go to another form called Photos slice_Form carrying over the ID reference from previous form. At the moment everytime the user tap the log out button it goes to the form I want but without the reference key. I have a form event action as below and the finish view as photos slice_form
form saved: LINKTOFORM(“photos slice_form”, “timesheet ID”, [_THISROW])
Any ideas would be appreicated
Try to replace [_THISROW] in your expression, with the actual key column.
1 Like
Thanks Marc, I have tried this but still nothing my finish view on the first form is set to open the photos silce_form. It does this fine but does not carry over the key. If I do it from a detail view its fine.
You don’t need the “Finish View” if you’ve got the “Form Saved Behavior” set. Try to set it back to auto.
2 Likes
ok thank for your help think i am there with now, the Only if this condition is true was wrong so not running the action aghhh.
Thanks
2 Likes