Skip to content

Commit

Permalink
Update ChoiceListFromCurrentEntityData.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Dec 21, 2023
1 parent eddb77f commit c874eeb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/ChoiceListFromCurrentEntityData.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The input control manifest.json contains a "choiceList" key [as usual for choice

```json
{
"name": "MyChoiceList",
"name": "myChoiceList",
"type": [
"text"
],
Expand Down Expand Up @@ -56,13 +56,28 @@ Inside `app/src/main/assets/inputControls.json` the input control json definitio
"currentEntity": true
}
},
"name": "MyChoiceList",
"name": "myChoiceList",
"format": "push"
}

...]
```

then as usual for action, inside actions.json, the corresponding action parameter contains the "source"

```json
...
{
"name": "myParameter",
"label": "New Parameter",
"shortLabel": "New",
"type": "string",
"format": "/push",
"source": "/myChoiceList"
}
...
```

## iOS

Inside `???.Storyboard`
Expand Down

0 comments on commit c874eeb

Please sign in to comment.