Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

Interface item request

A decision block that await a request for an item as displayed by an adapter element in a custom interface.

The fiber will pause until the adapter has requested an item, or the interface was dismissed.

The NO path is executed if the interface has been dismissed.

Use the Interface layout update block with adapter UI element id and item position to submit an initial or updated layout for an item.

This block should be combined with a Fork block, connected to its NEW path, so the interface isn’t impeded from handling update requests, see partial example flow below.

This block don’t accept an interface URI for the custom layouts in a notification since they don’t support adapter UI elements.

Note! This is an experimental feature, expect breaking changes. Not for production use.

Input arguments

  • Interface URIURI of interface with the adapter requesting an item.
  • Adapter UI element id — identifier name of the adapter UI element in the interface layout.

Output variables

  • Item position — variable to assign the position of the item that the adapter requested.

Example

Note! This documentation is also accessible within the app from Help & feedback menu.