Input String error [APP-9170]

I have realized that if i load a string into the input string field from my database, the value isnt shown. all my input fields are empty now.

other input fields as text are working fine.

to be more precisely. i have string data in my database:

if i connect it to the input string in the front end:

it only shows an empty field in the app (with the initial value). the correct input would have orange letters and different content then the initial value:

and if i give the same data to a text block (for testing) it works.


so i guess my problem is directly the input string update data block.

@Marcel Hello, make sure that the correct Element Key is passed to Input String Update Data.
If the issue persists, could you provide more details? In which element do you add triggers for Input String?

Hello @leryq_it , right now every of my input strings is affected by this. but everyone of them worked fine some days ago. so the element key should be correct.
the trigger for “input string update data” as in the 2nd screenshot displayed i add to “on create”.

from my testing it seems, the string is communicated from the database correctly to front end, since other string elements, as “select” are working fine as well. and if i give input to the same “input string” with “input string get data”, the data is correctly written to the database via patch bp. i guess its only the display of content in the “input string update data” thats not working right now for me.

okay, i just found out, that only input strings are affected, that are part of some grid, or list structure. input strings that are alone on the page work correctly. but element keys for those input strings in grids/lists are correct.

@Marcel Hello, we’re working on a solution and will update you soon.

glad to hear that. thank you very much

i see, you already fixed the problem. great thx to you guys.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.