UI Update dynamic content
. With this action you can update the content within the selected outlet. For example, the detail page you have on your page needs to change to an editable form or you want to add an image to the top or bottom of the content. To set the update position you can use the Position
pin. This pin accepts 3 values: top
, overwrite
and bottom
. These options can be selected when you drag left click from the pin.
UI: foreach
with an outlet in the loop. When you want to update one of these items from the loop, it will update all of the items of that loop. The prevent this from happening you can set the Unique ID
for each item. This ID
needs to be unique for each item in that loop. So make sure you use a different ID value for the items. You can use the index of the loop as an ID or use an unique value from the loop item. When you want to update a specific item in that loop you can use that id and connect it in the Selector
of the Dynamic update
or like the example any of the update actions for the style or class.
Update dynamic content
. But there are also other actions that uses the outlet. Some of them shown on the right. These actions will only work when you actually enter an outlet. Only giving an unique id to one of these actions won't work.