Go to a specific view after Bot execution

 

Hello,

I would like my app to go to a certain view when a Bot is done running. Is this possible? as "Go to another view within this app" action type is not one of the options for "Run a data action" in the Bot.

TIA for your help 🙂

 

 

Solved Solved
0 5 959
1 ACCEPTED SOLUTION

Can't think if any obvious reasons why it wouldn't work.  So you'd need to have the action setup as one that runs every time a Day record is saved.  That action would be an "Execute a sequence..." action which firstly updates the parent record if all Day[Status]="Finish".  Then step two of the action would be to do either a LINKTOFORM(), LINKTOVIEW() or LINKTOROW() action.

Two things to bear in mind.  Build each part of the bot in stages, testing each stage.  With the LINKTOFORM(), LINKTOVIEW() or LINKTOROW() bit create this initially as a visble button so you can test it.

Also note that if you're using slices or views there maybe multiple Form views of the day record form view.  Keep an eye under the app preview to see which view you are currently in.

Simon, 1minManager.com

View solution in original post

5 REPLIES 5
Top Labels in this Space