Open Link
Executes the URL registered in the Iframe Component. Typically used in the Load action, it generates a query string using the URL registered in the Src attribute of the iframe component and the parameters registered in Open Link. It then creates a new URL using the newly generated query string to invoke the iframe.
- This is a component used to pass input values to another component.
- It is used when you want to dynamically change the URL of the iframe using Extension Lambda or IO.
- It is the main action of the Iframe that sets a URL composed of parameters.
- Keys such as prop, fixedData, and globalMeta can be used for parameters that can be registered with Parameter Key.
- The value received from Lambda is inserted into the file and called.
- user.accessToken is set in accessToken of globalMeta.
- application.identityPoolId is set in identityPoolId of globalMeta.
INFO
In the above 5-7, the URL declared is constructed with each Key declared as Parameter Key, such as file=AA
, accessToken=BB
, identityPoolId=CC
, to call the respective file
, accessToken
, identityPoolId
.