Hi,
Is possible to edit data line 2 but i need to use line 1 as date and line 2 to get duration and got a end date ? (look at picture).
Thanks.
The picture doesn't tell the full story. But surely its just a matter of processing the list (based on whatever logic you want to implement) you can use specific list positioning (e.g.
SyntaxEditor Code Snippet
GetPeople.List[1].Person.Surname
or iterate through the list?
Keith Matthews wrote:
Hi Maria and Keith,
Thanks for help me and i got idea from Keith.
Thank you very much :)
Hi Agil,
I didn't clearly understand your question.
if you want to edit an individual row you can use the editable table instead of table records.
Regards,
pankaj Pant
Hi Pankaj,
I mean can i edit row 2 but i need data from row 1. Look at picture, i want to edit "5" to "6" and date on row 2 automatically add the day. This formula for date row 2 is AddDays(DateRow1,DurationRow2).
Sorry for bad english
Thanks
You can have an input field in the table cells, in your case the cells in column "duration". Then build an action to recalculate the date by "On change" of those input fields.
Hope this idea helps
Regards
Graça Peixoto