Hey @emre
Is this a line limitation here or is there a way to scroll paste the end ?
Thanks
Can you post that code here please? I want to try something with Tutorial Builder Helper…
ok here it is:
Do you wish to convert?\r<block 0,0,0,0 white center 300>[=TN('{SETTING:Point Dollar}')*TN('{CALL:PointsCalc.ConvertPoints({ENTITY DATA:Customer:Points},{SETTING:Point Dollar})}')] Points to ${CALL:PointsCalc.ConvertPoints({ENTITY DATA:Customer:Points},{SETTING:Point Dollar})}</block>
I have shortened the first few words so it fits to the screen from:
Do you wish to convert Points to Dollars? ...
That uses * for width…
Do you wish to convert Points to Dollars?\r<block 0,0,0,0 Red center *>[=TN('{SETTING:Point Dollar}')*TN('{CALL:PointsCalc.ConvertPoints({ENTITY DATA:Customer:Points},{SETTING:Point Dollar})}')] Points to ${CALL:PointsCalc.ConvertPoints({ENTITY DATA:Customer:Points},{SETTING:Point Dollar})}</block>
I have no issue seeing the end of the line with 13" laptop set to 1920x1080 …
Oh wait, I see you are in the Action, not the Rule… one moment…
EDIT: you are correct. In the Action, you cannot get to the end of the line. Another good reason to parameterize your Actions.
Still, this is an issue for sure.
Oh darn it! - not fair you beat me to it (not hard in my current state!) - Yes "*" works for me, excellent.
[EDIT]Noted your comment on line continuation.
Yes I think “Edit Boxes” for such fields would be a better option for data entry. These fields have grown in their complexity over a very short time…
This is not specific to the Ask Question Action. This issue exists in all parameter fields for all Actions. Something to look at @emre.
Cannot scroll or get to the area beyond the lightning…
I agree we probably need something here but until that a good practice I use is I build mine in notepad ++ and then I copy paste it.