Meaning of ":fn" in the end of URL

Hi,

I ever saw someone will put the words ":fn" in the end of URL

may I know what does it means?

image

It means fn will be a path element that you can access in the msg. Useful for providing multiple paths. read the nodes built in help.

1 Like

That's how you can unpack a variable from the url. So if the url is "/wakanda/123", then message will have a req.paramswith { "fn": "123" }.

thanks, now I get the concept of it

thanks for your help :))

understood, thanks for your help :ok_hand:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.