Fetching Specific Data

Fetching Specific Data

Comments

  • Hi all,

    I want to fetch or get a bunch of data so I can update those items specifically. Whats the best way for me to get a select few data? Something similar to a SQL query with specific WHERE conditions?

  • Ahoy,

    So Ill list out two options, [b]Fetch Entities [/b]or [b]Rule Collection Filter[/b].

    [b]Fetch Entities:[/b]
    In our Fetch Entities step, we can list out specific criteria so we only fetch specific entities that match that criteria (does that entity have x value in y column?, does z exist?, etc.).

    [img]att2[/img]

    [b]Rule Collection Filter:[/b]
    In the Rule Collection Filter, you can indicate what type of data its referencing similar to the fetch entities, except this will just take in some already fetched data array. This then will run it through a rule that you edit in the property grid of the step.

    [img]att1[/img]

    If youd like more information on these steps, you can find details on our doc site, https://documentation.decisions.com/docs !

Sign In or Register to comment.