Hi at all.
I have this problem: when i call READ action the listview get item by gsheet. This is work fine but i want replace any letter. For example: in gsheet there are a', e', i', o', u' letter and for any item i replace this letter to à, è, ì, ò, ù.
I created block but the when the first result is true, other block don't work.
ok, i changed the blocks and now it works.
I just need the last step: I need to replace the "_" character with the " " (space) character. Do you have any idea? if I insert the characters in the block list "list from csv row" it doesn't work.
You will need to add an extra set of blocks into the procedure. For some reason, AI2 doesn't like iterating over lists with an element containing a space. If you do it separately then it works.