Dragable element won'd move when workflow tells it to

Working on a small app to help organise some spaces. I have floor plans and I’d like to create names that can be dragged around on the plan, then have their positions saved.

When I step through the workflow in debug mode, it works great. But when I let it run on it’s own, it ignores the “move” command of any names that were not showing on the previous plan.

Any ideas?

OK, this was due to asynchronous run. Workaround was to create a “move an dragable element” action on a workflow that triggers every time on “when position x is not empty”

This topic was automatically closed after 14 days. New replies are no longer allowed.