Stripe Create Billing Portal Configuration using Allowed Updates property

What is the syntax expected by Wappler when using the Allowed Updates property of a Create Billing Portal Configuration action? Stripe is expecting an array of enums.

Screenshot 2024-04-27 at 12.31.08 PM

And similarly for Products of a Subscription Update

Screenshot 2024-04-27 at 12.34.06 PM

For both of these, you can pass an array created by other actions, and just place the name of the array in the double curly braces, even though the UI does not have the dynamic binding icons.

For example, for the Allowed Updates create an array with a set value action:

Screenshot 2024-04-28 at 12.02.29 PM

And then reference that in the Stripe action:

Screenshot 2024-04-28 at 12.02.23 PM

1 Like

Will see if we can make this more convenient

1 Like