Merge Lists Into Data Grid

Merge Lists Into Data Grid

Comments

  • Hi Support,

    I have two lists, which i wish to merge together. I then want these to be displayed in a data grid on one of my forms, Could you advise how best this could be achieved please?

    Thanks in advance.

  • Hi Lee,

    I have attached a project example that can achieve what you are looking for. Some points to note are as follows.

    I assume you are trying to merge two Object lists, as a Data Grid will only allow these to be passed within itself.

    The following example takes in two lists of accounts. This then merges the two lists using the Add items to list Step and passes these into the input of the Data Grid form.

    Within the form itself I have amended the default Input Data options (Found under the properties section) for the Data Grid to match the object type used within the list merge, in this case Account. Please see the image blow.

    [color=rgb(127, 140, 141)][font=Roboto][img]att1[/img][/font][/color]

    Further details on Data Grid usage can be found here: https://documentation.decisions.com/docs/using-data-grid-selection-data-flow

    If you have any issue please let me know.
    [i]edited by tim@decisions.com on 1/21/2020[/i]

Sign In or Register to comment.