Hello,
In my PF list Expression Field I use a distance as a variable which is calculated to the priority task.
double odl = (distancetotravel(puller,bufor))/10000;
Can i check what was the variable (odl) or priority value at the time when the item was pulled from the list? I tried to put this value on the table but it didn't work.