restricting Multiple entries

0
Hi Experts I'm Currently working on the conversion of barcode scanner to text and image to text conversion I successfully done that  but I'm facing Issue while saving the text The entry should be in single line text. But in my case while scanning the data entry in next line  In my scenario i have to create object two times and commit so the entry coming as multiple line How to resolve this issue?   Peter I shared the print screen of saved data. The first microflow to scan qr code another one is to convert text to image  But both scans taking place in different places.
asked
2 answers
0

To get 1 line in a table, both values should be stored in 1 object. This could be one parent object which referce to both other objects.

 

Can you share a printscreen of your domain model and your microflow that is creating the 2 objects?

answered
0

Hi Sankar,

 

In both flows you create a Location object.

To show it in 1 row, you need to use one.

 

Is there a way to Retrieve the earlier created object (maybe based on the Scanned_Text) and Change Object with the TextInformation. After changing, commit the object.

 

Hope this helps

 

answered