Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Having multiple data bound components with the same name creates a warning message. This is because if we try and reference a data bound component by name to retrieve some data from it, such as a UID, and that name is not unique, PhixFlow will error as it is not possible to distinguish which data bound component is being referenced.


Solution

  1. In the  Layers section of the screen window, search for the name that is being shared.
  2. Rename the component.
    1. For example, if the screen form and a grid share the same name, Companies, rename the screen form to be Companies_Form. 
  • No labels