Set 1 reserved workstation to available

Hello, me again

I have an issue of, when I unreserve my work station all other reserved workstations are set to available, I was wondering if there is a way to do it so only the requested unreserved workstation is set to available

some screenshots of what Iโ€™ve done so far


Solved Solved
0 6 135
1 ACCEPTED SOLUTION

In this expression:

3X_1_9_193f2e06d8b4e551d8c14dff6d6266c9cdaea3d6.png

Try changing this:

([Workstation Name] = [Workstation Name])

To this:

([Workstation Name] = [_THISROW].[Workstation Name])

See also:

View solution in original post

6 REPLIES 6

Steve
Platinum 4
Platinum 4

Use the Test button:

3X_8_4_84bbc2a501427a8301254d2db020188b1b9f23ea.png

Does it display the results you expect?

Hi Steve, thanks for your quick response, it gives me the results i desire, but it sets all โ€œReservedโ€ desks to โ€œAvailableโ€

Please post a screenshot of those results. Please also post screenshots of the configurations of all actions involved.

Apologies for the delay, here are the screenshots of my test results and all my actions involved

Screenshot 2021-11-18 10.31.09|690x180



In this expression:

3X_1_9_193f2e06d8b4e551d8c14dff6d6266c9cdaea3d6.png

Try changing this:

([Workstation Name] = [Workstation Name])

To this:

([Workstation Name] = [_THISROW].[Workstation Name])

See also:

You absolute legend, thank you so much!

Top Labels in this Space