Getting Last Insert ID

I’m following this forum entry: Get last insert ID

I’m also trying to do the same as those in the post, return the last insert id and add this to a route.

The Set Value and the Insert are both returning the ID, however when I try to use that ID in a route it comes through blank. Is there still an issue returning last insert ID?

Here’s a screen shot showing the output working. As soon as I add a browser goto on the action steps, it doesn’t work.
image

I found the solution. I was trying to get this on the button click, and I’m not sure why it wouldn’t have worked. The value is returned.

It worked when I get the value on the form success instead of the button click.

1 Like