Skip to content

Conversation

Potatomonsta
Copy link
Contributor

Description

  • Added support for array references in double curlies. Array/List elements in a response can obtained by entering the index in square brackets eg. {{response.itemList[2].name}}
  • Fix for placeholders not working for nested DynamicView. Changed replacement logic to only replace placeholders with "null" IF the response contains the field referenced and it is null

Related Issues

Closes #283

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

- Added support for array references in double curlies
- Fix for placeholders not working for nested DynamicView
@Potatomonsta Potatomonsta force-pushed the nested-dynamic-view-fix branch from 6d19e60 to 8b17f0a Compare June 13, 2025 07:38
@Potatomonsta Potatomonsta marked this pull request as ready for review June 13, 2025 07:40
@divyanshub024 divyanshub024 merged commit a6051c9 into StacDev:dev Jun 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Nested DynamicViews children prioritize response data from the largest scope DynamicView

2 participants