Error: Invalid Integer

Farhan Wasif
Tera Contributor

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.WhatsApp Image 2023-11-10 at 15.30.52_b39f551c.jpg

1 ACCEPTED SOLUTION

AnveshKumar M
Tera Sage
Tera Sage

Hi @Farhan Wasif 

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

AnveshKumarM_0-1699625799715.png

 

2. In the Choice list opened, filter the list view by table name "rm_story"

AnveshKumarM_2-1699625968479.png

 

 

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 👍✔️

Thanks,
Anvesh

View solution in original post

3 REPLIES 3

AnveshKumar M
Tera Sage
Tera Sage

Hi @Farhan Wasif 

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

AnveshKumarM_0-1699625799715.png

 

2. In the Choice list opened, filter the list view by table name "rm_story"

AnveshKumarM_2-1699625968479.png

 

 

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 👍✔️

Thanks,
Anvesh

@Farhan Wasif  Can you please also mark my answer helpful 👍

Thanks,
Anvesh

Farhan Wasif
Tera Contributor

Thank you @AnveshKumar M