Loading...

RE: How do I add a source parameter to a GoToURL Action?

RE: How do I add a source parameter to a GoToURL Action?

#7426
Anonymous
Anonymous
Participant

Hi there,

When you select “GoToURL” in the custom action setting, you can add the parameter simply. As you mentioned above, you can select the “ListItem” in the “Source”, that means you want to get the parameter form the selected item, the “Source Name” means where in the source you want to get your information from, for example, you want to pass the value form ID field, you need to set the ID in there, the “Name” means the HTTP parameter name, something like: ”MyID”.

After that, you select the item, then click this custom action, the URL is http://.....?MyID=1".