I find a solution. In Assign Flexi task , Store task IDs in a coll. and loop the coll then query List (workflow tasks) by ID. By this way, I cou...
Use Ryan Duguid ‌ provide lookup("Part","PartNo",toLower( PartNo ),"Description") I remove the "0" before the number, this formula ...
I find my problem, toLower() is working, Since I remove the "000" in string
For me, MRF lookup("Part","PartNo",toLower( PartNo ),"Description") toLower() is not working. Since PartNo column contain...
Requester needs each row status from all items in a request List. I try to schedule a site workflow to get each row data and save as a repor...
Assign flexi task to multiple persons. if someone don't approve, I want to get which ones didn't approve , then Assign a new task to these per...
I use lookup to get data from List Part. When I use the below formula to display Description data from List Part. I find the below problem. Fo...
I refer to Vadim Tabakman blog about Numbering a Repeating Section and JavaScript events in Nintex Forms . But I find the number and field ...
I want to save each row data of repeating section as new item into a new list. In List A, there is a repeating section like below . Save data to...