Items are not available in collections

Hi, I want to get the item “amount” from the collection “subscription_plan” as we can see in the first screenshot.

However, when I check the variables available in the webhook data, I cannot see any item in the collection “subscription_plan” as shown in the second screenshot.

Anyone can help me to get the item “amount” from this collection “subscription plan” ?

You can manually type   {{1.data.offer_price_plan.subscription_plan.amount}}   in a later module’s fields.

2 Likes

{{1.data.offer_price_plan.subscription_plan.amount}} is not available.

Unfortunately, there is only {{1.data.offer_price_plan.subscription_plan}}.

Hi Aniss,

this is when you are trying to map it, yes? Empty variables are not shown there, but like samliew said, you can still type it in manually.

2 Likes

Yeah, it works now. Thanks. I didn’t know that I have to type {{1.data.offer_price_plan.subscription_plan.amount}} in order to get the field 1.data.offer_price_plan.subscription_plan.amount in Make.

2 Likes

I did say type, and manually

But you could even copy and paste what I wrote earlier:

{{1.data.offer_price_plan.subscription_plan.amount}}

3 Likes