question

Kyle Y avatar image
0 Likes"
Kyle Y asked Kyle Y commented

why pull result from a list has no path?

Hi, I have create a token and push to list and then try to pull from a the list. But why pull result from the list has no path? Thank you.

test.fsm

listpf
capture.jpg (32.5 KiB)
test.fsm (973.8 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered Kyle Y commented

@Kyle Y The task is the value you pulled from the list. In your situation that is the token that you pushed to the list in the Push task to List activity. But this token is destroyed immediately after you pulled it. So there is no token anymore where the task can point to so for that reason it shows a <no path>

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Kyle Y avatar image Kyle Y commented ·

Thank you Steven, I got that. I remove the SINK after token pushed to list.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.