Getabalew

Results 132 comments of Getabalew

@FitseTLT's [proposal](https://github.com/Expensify/App/issues/51574#issuecomment-2442777973) looks good to me. I think not displaying an error message to the receiving account sounds better to me. 🎀 👀 🎀 C+ Reviewed!

>The receiving end of the IOU should not be asked to fill out information if the scan failed 1. Don't show any kind of error on the receiving end. or...

@FitseTLT's alternative solution states that https://github.com/Expensify/App/issues/51574#issuecomment-2442777973, we can assign them. I Don't think a code snippet is really necessary since i think it's as straight forward as adding additional check...

Why convert it to string if it's always a boolean, can't we just use that?

It makes sense to fix it in `ImportSpreadsheet` since there are other pages like `ImportedTagsPage` where the issue could possibly occur. @huult's [proposal](https://github.com/Expensify/App/issues/52466#issuecomment-2473759869) looks good to me 🎀 👀 🎀...

@bernhardoj the `escapeTagName` converts `x:y` -> `x\\:y` which will not be available in `tags` as a key, but i see the `name` value holds that value. and was able to...

>it works fine. If I add x\:y twice, I will get an error. I guess the issue you mean is that if we add x:y and x\:y, there will be...