New Video Post: Mini Skills Lab - Fund Description and Payment Method

Options

In the first of what's hoped to be several “Mini Skills Lab” videos, we discuss how to pull Fund Description and Payment Method information into your flows. We discussed it a little bit during our February 15th Skills lab, however this goes into it a bit more detail as to the “why is it that way".

You can find the video at https://youtu.be/GMas4OcuopY .

This includes working with various Expressions that are reposted here for reference. Though you can immediately start using these expressions, the video adds some more context (including when NOT to use the one for Fund Descriptions) as well as points you in the direction on how to put together your own Expressions for similar scenarios.

For Fund Description

first(item()['gift_splits'])['fund_id']

item()['gift_splits'][0]['fund_id’]

For Payment Method

first(item()['payments'])['payment_method']

item()['payments'][0]['payment_method’]

Categories