- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 04:44 AM
Hi everyone,
I have added a choice "Completed with help" to the "State" field on my Story Table. Upon saving the form by choosing this option and filling out the form an error pops up "Invalid Integer".
Can anyone please help me in finding out the solution for this issue?
I have attached the screenshot also.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 06:21 AM - edited 11-10-2023 06:22 AM
This is because of the value you have given for the choice, The state field in Story table is integer type, so the choice value should be always an integer not a string. To fix this follow along,
1. Right click on State field label and select Show Choice List
2. In the Choice list opened, filter the list view by table name "rm_story"
3. Check the Value column, if you find any string value for Completed with Help instead of integer, change it to an integer number accordingly from the list view itself.
Please mark my answer helpful and accept as solution if it helped 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 06:21 AM - edited 11-10-2023 06:22 AM
This is because of the value you have given for the choice, The state field in Story table is integer type, so the choice value should be always an integer not a string. To fix this follow along,
1. Right click on State field label and select Show Choice List
2. In the Choice list opened, filter the list view by table name "rm_story"
3. Check the Value column, if you find any string value for Completed with Help instead of integer, change it to an integer number accordingly from the list view itself.
Please mark my answer helpful and accept as solution if it helped 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 06:51 AM
@Farhan Wasif Can you please also mark my answer helpful 👍
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 06:28 AM
Thank you @AnveshKumar M