New Bug Encountered:Linking to another form from a form

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

0 4 88
4 REPLIES 4

Try to replace [_THISROW] in your expression, with the actual key column.

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.

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

Top Labels in this Space